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 e1dc08b commit 9ee72abCopy full SHA for 9ee72ab
Doc/glossary.rst
@@ -1208,6 +1208,11 @@ Glossary
1208
:func:`sys.getrefcount` function to return the
1209
reference count for a particular object.
1210
1211
+ In :term:`CPython`, reference counts are not considered to be stable
1212
+ or well-defined values; the number of references to an object, and how
1213
+ that number is affected by Python code, may be different between
1214
+ versions.
1215
+
1216
regular package
1217
A traditional :term:`package`, such as a directory containing an
1218
``__init__.py`` file.
0 commit comments