Skip to content

Commit dc02071

Browse files
rgommersseehwan80
authored andcommitted
document that sys._is_gil_enabled is CPython-specific (python#131748)
1 parent 7a715d5 commit dc02071

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
@@ -1247,6 +1247,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
12471247

12481248
.. versionadded:: 3.13
12491249

1250+
.. impl-detail::
1251+
1252+
It is not guaranteed to exist in all implementations of Python.
12501253

12511254
.. function:: is_finalizing()
12521255

0 commit comments

Comments
 (0)