mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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:
parent
21c0844742
commit
b16ecb88e7
3 changed files with 49 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue