summaryrefslogtreecommitdiffstats
path: root/build/sysincl/cython.yml
blob: 280d814a414dea3ae2cd3556635f66d03342bd8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Resolve Python.h from swig/Lib/python/pyruntime.swg when building non-python .swg
# since they do not peerdir contrib/libs/python.
- source_filter: "[.]swg([.](h|c(c|pp|xx)?))?$"
  includes:
  - Python.h:        contrib/libs/python/Include/Python.h

# disable checks for Python 3.11-specific files
# needed to allow to use Arcadia's Cython with non-Arcadia python in open source builds
- source_filter: "^contrib/tools/cython/Cython/Utility"
  includes:
    - internal/pycore_frame.h: contrib/libs/python/Include/internal/pycore_frame.h