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 methane
Recipients methane, serhiy.storchaka, thehesiod
Date 2017-08-01.08:52:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501577522.51.0.304072311738.issue31095@psf.upfronthosting.co.za>
In-reply-to
Content
> should the base method which calls tp_dealloc do this?  Maybe can kill all birds with one stone.

It may be possible, but unclear.
Object finalization process is very complicated.

I agree that UnTrack object as soon as refcnt=0, and Track only when
resurrected seems clearer.
But changing such basic object system needs carefully designed by expert.
History
Date User Action Args
2017-08-01 08:52:02methanesetrecipients: + methane, serhiy.storchaka, thehesiod
2017-08-01 08:52:02methanesetmessageid: <1501577522.51.0.304072311738.issue31095@psf.upfronthosting.co.za>
2017-08-01 08:52:02methanelinkissue31095 messages
2017-08-01 08:52:02methanecreate