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 vstinner
Recipients Mark.Shannon, brandtbucher, eric.snow, gvanrossum, mdk, miss-islington, vstinner
Date 2022-03-28.12:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648469789.37.0.388882964423.issue45953@roundup.psfhosted.org>
In-reply-to
Content
> Should sys.getrefcount try to "fix" the value (...)

https://peps.python.org/pep-0683/ would make it possible. Right now, I don't think that it's possible.

Right now, a refcount of 1000000210 can be a real value, or it can be an immortal object.
History
Date User Action Args
2022-03-28 12:16:29vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, eric.snow, mdk, miss-islington, brandtbucher
2022-03-28 12:16:29vstinnersetmessageid: <1648469789.37.0.388882964423.issue45953@roundup.psfhosted.org>
2022-03-28 12:16:29vstinnerlinkissue45953 messages
2022-03-28 12:16:29vstinnercreate