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-13.09:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368436747.31.0.631468543656.issue17936@psf.upfronthosting.co.za>
In-reply-to
Content
I think the logic is slightly wrong in remove_subclass. When you encounter Py_None, you can't be sure it's the weakref for the current type; theoretically, it could be any other one (depending on oddities in cleanup order, cycle collection, etc.). So you have to continue walking the list.
History
Date User Action Args
2013-05-13 09:19:07pitrousetrecipients: + pitrou, kristjan.jonsson, vstinner
2013-05-13 09:19:07pitrousetmessageid: <1368436747.31.0.631468543656.issue17936@psf.upfronthosting.co.za>
2013-05-13 09:19:07pitroulinkissue17936 messages
2013-05-13 09:19:07pitroucreate