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 49b0ea8 commit b31efe5Copy full SHA for b31efe5
Doc/glossary.rst
@@ -658,6 +658,8 @@ Glossary
658
and therefore it is never deallocated while the interpreter is running.
659
For example, :const:`True` and :const:`None` are immortal in CPython.
660
661
+ Immortal objects can be identified via :func:`sys._is_immortal`.
662
+
663
immutable
664
An object with a fixed value. Immutable objects include numbers, strings and
665
tuples. Such an object cannot be altered. A new object has to
0 commit comments