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 Eric Cousineau, iritkatriel, pablogsal, pitrou, vstinner
Date 2021-06-15.12:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623761486.17.0.854918020443.issue40240@roundup.psfhosted.org>
In-reply-to
Content
Pablo: "That is out of contract and goes against the guarantees on the GC and can (will) cause the finalizer of the object to be executed more than once. I don't think is a good idea to expose an API that allows breaking the guarantees that we give: every object is finalized once."

I concur with Pablo. We must not expose an API to "unfinalize" an object.

Irit Katriel: "Can this be closed now? It seems that the query API was added and the set API was rejected."

Right. I close the issue as rejected.
History
Date User Action Args
2021-06-15 12:51:26vstinnersetrecipients: + vstinner, pitrou, pablogsal, Eric Cousineau, iritkatriel
2021-06-15 12:51:26vstinnersetmessageid: <1623761486.17.0.854918020443.issue40240@roundup.psfhosted.org>
2021-06-15 12:51:26vstinnerlinkissue40240 messages
2021-06-15 12:51:26vstinnercreate