gh-108223: Add --disable-gil to configure (gh-108227)

The `--disable-gil` flags does not do anything yet other than define the
Py_NOGIL macro. This is intended to support setting up additional
buildbots.
This commit is contained in:
Sam Gross 2023-08-21 13:50:35 -04:00 committed by GitHub
parent 21c0844742
commit b16ecb88e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 0 deletions

View file

@ -1609,6 +1609,9 @@
SipHash13: 3, externally defined: 0 */
#undef Py_HASH_ALGORITHM
/* Define if you want to disable the GIL */
#undef Py_NOGIL
/* Define if you want to enable internal statistics gathering. */
#undef Py_STATS