mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
The function returns `True` or `False` depending on whether the GIL is currently enabled. In the default build, it always returns `True` because the GIL is always enabled.
Miscellaneous source files for the main Python shared library