Skip to content

Commit b4fa4c2

Browse files
[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 ac12de2) Co-authored-by: Ralf Gommers <[email protected]>
1 parent 91ae330 commit b4fa4c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/sys.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
12351235

12361236
.. versionadded:: 3.13
12371237

1238+
.. impl-detail::
1239+
1240+
It is not guaranteed to exist in all implementations of Python.
12381241

12391242
.. function:: is_finalizing()
12401243

0 commit comments

Comments
 (0)