mirror of https://github.com/python/cpython.git
document that `sys._is_gil_enabled` is CPython-specific (#131748)
This commit is contained in:
parent
898e6b395e
commit
ac12de2e6a
|
@ -1247,6 +1247,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
|
|||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. impl-detail::
|
||||
|
||||
It is not guaranteed to exist in all implementations of Python.
|
||||
|
||||
.. function:: is_finalizing()
|
||||
|
||||
|
|
Loading…
Reference in New Issue