[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 ac12de2e6a)

Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-03-26 13:14:47 +01:00 committed by GitHub
parent 91ae3307ee
commit b4fa4c2c3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1235,6 +1235,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()