document that sys._is_gil_enabled is CPython-specific (#131748)

This commit is contained in:
Ralf Gommers 2025-03-26 13:02:52 +01:00 committed by GitHub
parent 898e6b395e
commit ac12de2e6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()