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 c438649 commit 012c4a9Copy full SHA for 012c4a9
Doc/glossary.rst
@@ -1163,6 +1163,11 @@ Glossary
1163
:func:`sys.getrefcount` function to return the
1164
reference count for a particular object.
1165
1166
+ In :term:`CPython`, reference counts are not considered to be stable
1167
+ or well-defined values; the number of references to an object, and how
1168
+ that number is affected by Python code, may be different between
1169
+ versions.
1170
+
1171
regular package
1172
A traditional :term:`package`, such as a directory containing an
1173
``__init__.py`` file.
0 commit comments