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 pablogsal
Recipients pablogsal
Date 2020-01-13.15:17:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578928628.66.0.851687765453.issue39322@roundup.psfhosted.org>
In-reply-to
Content
Right now is not possible to check from the Python layer if an object with gc support has been already finalized by the GC (but has been resurrected). When implementing some callbacks for the gc in order to add advanced statistics, I have greatly missed a function like this to check if a certain object has been resurrected / the finalizer has been called.
History
Date User Action Args
2020-01-13 15:17:08pablogsalsetrecipients: + pablogsal
2020-01-13 15:17:08pablogsalsetmessageid: <1578928628.66.0.851687765453.issue39322@roundup.psfhosted.org>
2020-01-13 15:17:08pablogsallinkissue39322 messages
2020-01-13 15:17:08pablogsalcreate