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 pitrou
Recipients kristjan.jonsson, pitrou, vstinner
Date 2013-05-10.10:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <785723795.29210752.1368180625990.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1368179638.65.0.840869470942.issue17936@psf.upfronthosting.co.za>
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.

Agreed.
History
Date User Action Args
2013-05-10 10:10:31pitrousetrecipients: + pitrou, kristjan.jonsson, vstinner
2013-05-10 10:10:31pitroulinkissue17936 messages
2013-05-10 10:10:31pitroucreate