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 Nils.Bruin
Recipients Nils.Bruin, vbraun
Date 2013-04-22.18:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366655033.02.0.0531526540173.issue17816@psf.upfronthosting.co.za>
In-reply-to
Content
Have you tried if the fix at issue7105 solves the problem? I don't see the patch there introduce a `clear` method override for WeakValueDictionary or WeakKeyDictionary. The one for WeakSet still calls self.data.clear(), which for dictionaries would still result in the problem in this ticket (but not for WeakSet, because clearing a WeakSet shouldn't decref anything other than the weak references stored in the underlying set).
History
Date User Action Args
2013-04-22 18:23:53Nils.Bruinsetrecipients: + Nils.Bruin, vbraun
2013-04-22 18:23:53Nils.Bruinsetmessageid: <1366655033.02.0.0531526540173.issue17816@psf.upfronthosting.co.za>
2013-04-22 18:23:53Nils.Bruinlinkissue17816 messages
2013-04-22 18:23:52Nils.Bruincreate