mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
2dae505e87
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