https://github.com/python/cpython/commit/ac12de2e6a6f5c1da83de0412bb7d03c28fdab63 commit: ac12de2e6a6f5c1da83de0412bb7d03c28fdab63 branch: main author: Ralf Gommers <ralf.gomm...@gmail.com> committer: kumaraditya303 <kumaradi...@python.org> date: 2025-03-26T17:32:52+05:30 summary:
document that `sys._is_gil_enabled` is CPython-specific (#131748) files: M Doc/library/sys.rst diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 2bdfb337f02056..bb88cf73ec1e89 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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() _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com