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 rhettinger
Recipients jek, rhettinger
Date 2010-09-10.19:38:34
SpamBayes Score 5.2107873e-05
Marked as misclassified No
Message-id <1284147516.73.0.783046213535.issue9825@psf.upfronthosting.co.za>
In-reply-to
Content
This is an unfortunate aspect of using __del__.
I don't see a way around it without reintroducing
weak references.

Of course, your code can also use weak ref proxies
to avoid creating uncollectible circular garbage.
History
Date User Action Args
2010-09-10 19:38:36rhettingersetrecipients: + rhettinger, jek
2010-09-10 19:38:36rhettingersetmessageid: <1284147516.73.0.783046213535.issue9825@psf.upfronthosting.co.za>
2010-09-10 19:38:34rhettingerlinkissue9825 messages
2010-09-10 19:38:34rhettingercreate