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 Eric Cousineau
Recipients Eric Cousineau, pablogsal, pitrou, vstinner
Date 2020-04-09.20:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586463981.2.0.621416914688.issue40240@roundup.psfhosted.org>
In-reply-to
Content
> [...] but I am not sure it makes sense to allow to mark an object as finalized because that could mess with the GC algorithm.

Actually, I would like the opposite, to mark it unfinalized to resurrect the object more than once. PEP 442 from a ways back had this effect (per bpo-32377), and Antoine updated the docs after I filed the issue.

I didn't chime in early enough to snag the "more-than-once" functionality, so I guess this is what I get for dipping into private API without asking to make it public until 2 years later... d'oh!
History
Date User Action Args
2020-04-09 20:26:21Eric Cousineausetrecipients: + Eric Cousineau, pitrou, vstinner, pablogsal
2020-04-09 20:26:21Eric Cousineausetmessageid: <1586463981.2.0.621416914688.issue40240@roundup.psfhosted.org>
2020-04-09 20:26:21Eric Cousineaulinkissue40240 messages
2020-04-09 20:26:21Eric Cousineaucreate