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 serhiy.storchaka
Recipients arigo, fdrake, serhiy.storchaka
Date 2016-10-25.09:51:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477389115.45.0.0148403266002.issue28427@psf.upfronthosting.co.za>
In-reply-to
Content
Following patch fixes more cases. But I don't think it fixes race conditions, it just makes them less likely.

Increased priority because this bug makes weakref.WeakValueDictionary unusable in multithread program.
History
Date User Action Args
2016-10-25 09:51:55serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, arigo
2016-10-25 09:51:55serhiy.storchakasetmessageid: <1477389115.45.0.0148403266002.issue28427@psf.upfronthosting.co.za>
2016-10-25 09:51:55serhiy.storchakalinkissue28427 messages
2016-10-25 09:51:54serhiy.storchakacreate