mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
document that sys._is_gil_enabled is CPython-specific (#131748)
This commit is contained in:
parent
898e6b395e
commit
ac12de2e6a
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue