We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31efe5 commit 45dc9e0Copy full SHA for 45dc9e0
Doc/library/sys.rst
@@ -857,8 +857,8 @@ always available.
857
858
.. impl-detail::
859
860
- :term:`immortal` objects with a large reference count can be identified
861
- with :func:`_is_immortal`.
+ :term:`Immortal <immortal>` objects with a large reference count can be identified
+ via :func:`_is_immortal`.
862
863
.. versionchanged:: 3.12
864
Immortal objects have very large refcounts that do not match
@@ -1283,6 +1283,7 @@ always available.
1283
1284
1285
1286
+ This function should be used for specialized purposes only.
1287
It is not guaranteed to exist in all implementations of Python.
1288
1289
.. function:: _is_interned(string)
0 commit comments