We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_testinternalcapi
OBJECT_DIRS
1 parent b1a3f73 commit a3a8860Copy full SHA for a3a8860
cpython-unix/build-cpython.sh
@@ -843,7 +843,7 @@ ${BUILD_PYTHON} ${ROOT}/fix_shebangs.py ${ROOT}/out/python/install
843
# downstream consumers.
844
OBJECT_DIRS="Objects Parser Parser/pegen Programs Python"
845
OBJECT_DIRS="${OBJECT_DIRS} Modules"
846
-for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _xxtestfuzz ; do
+for ext in _blake2 cjkcodecs _ctypes _ctypes/darwin _decimal _expat _hacl _io _multiprocessing _sha3 _sqlite _sre _testinternalcapi _xxtestfuzz ; do
847
OBJECT_DIRS="${OBJECT_DIRS} Modules/${ext}"
848
done
849
0 commit comments