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 3cc01bb commit 3403bceCopy full SHA for 3403bce
Doc/glossary.rst
@@ -1205,8 +1205,7 @@ Glossary
1205
In :term:`CPython`, reference counts are not considered to be stable
1206
or well-defined values; the number of references to an object, and how
1207
that number is affected by Python code, may be different between
1208
- versions. Consequently, don't rely on an object's reference count to be
1209
- a value other than 0 or 1.
+ versions.
1210
1211
regular package
1212
A traditional :term:`package`, such as a directory containing an
0 commit comments