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 kristjan.jonsson
Recipients kristjan.jonsson, pitrou, vstinner
Date 2013-05-10.09:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368179638.65.0.840869470942.issue17936@psf.upfronthosting.co.za>
In-reply-to
Content
Right, I misread the code.
Since the remove_subclass() function is called when a subclass dies, I don't think it is necessary to clear out weak references in add_subclass().  They are there merely to break the reference cycle.

Btw, the 'patch diff' stuff seems to be broken in the tracker ....
History
Date User Action Args
2013-05-10 09:53:58kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, vstinner
2013-05-10 09:53:58kristjan.jonssonsetmessageid: <1368179638.65.0.840869470942.issue17936@psf.upfronthosting.co.za>
2013-05-10 09:53:58kristjan.jonssonlinkissue17936 messages
2013-05-10 09:53:58kristjan.jonssoncreate