This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Mark.Shannon, brandtbucher, eric.snow, gvanrossum, mdk, miss-islington, vstinner
Date 2022-03-28.20:56:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648500973.45.0.378483889044.issue45953@roundup.psfhosted.org>
In-reply-to
Content
I used 999999999 in deepfreeze.py to signify "immortal object". It has been copied by others (small integers are essentially immortal too). I wasn't too sure that the refcount wouldn't go below zero if the interpreter is repeatedly finalized and reinitialized. Once we have official immortal objects (see PEP 683) we should switch to that.

Since you seem to be challenging the value of 999999999, my question to you is, why do you care what the refcount of 1 is?
History
Date User Action Args
2022-03-28 20:56:13gvanrossumsetrecipients: + gvanrossum, vstinner, Mark.Shannon, eric.snow, mdk, miss-islington, brandtbucher
2022-03-28 20:56:13gvanrossumsetmessageid: <1648500973.45.0.378483889044.issue45953@roundup.psfhosted.org>
2022-03-28 20:56:13gvanrossumlinkissue45953 messages
2022-03-28 20:56:13gvanrossumcreate