Skip to content

Commit 9df6537

Browse files
rgommersmiss-islington
authored andcommitted
document that sys._is_gil_enabled is CPython-specific (pythonGH-131748)
(cherry picked from commit ac12de2) Co-authored-by: Ralf Gommers <[email protected]>
1 parent 91ae330 commit 9df6537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/sys.rst

Lines changed: 3 additions & 0 deletions
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)