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 kaniini
Recipients kaniini
Date 2016-06-09.04:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465446835.8.0.930561202137.issue27275@psf.upfronthosting.co.za>
In-reply-to
Content
The C-based optimised version of collections.OrderedDict occasionally throws KeyErrors when deleting items.

See https://github.com/mailgun/expiringdict/issues/16 for an example of this regression.

Backporting 3.6's patches to 3.5.1 does not resolve the issue. :(
History
Date User Action Args
2016-06-09 04:33:55kaniinisetrecipients: + kaniini
2016-06-09 04:33:55kaniinisetmessageid: <1465446835.8.0.930561202137.issue27275@psf.upfronthosting.co.za>
2016-06-09 04:33:55kaniinilinkissue27275 messages
2016-06-09 04:33:55kaniinicreate