mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] document that sys._is_gil_enabled
is CPython-specific (GH-131748) (#131760)
document that `sys._is_gil_enabled` is CPython-specific (GH-131748)
(cherry picked from commit ac12de2e6a
)
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
This commit is contained in:
parent
91ae3307ee
commit
b4fa4c2c3c
1 changed files with 3 additions and 0 deletions
|
@ -1235,6 +1235,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