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, serhiy.storchaka
Date 2016-06-09.08:13:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465459993.88.0.68836542548.issue27275@psf.upfronthosting.co.za>
In-reply-to
Content
A frequent reproducer is to run the expiringdict tests on Python 3.5.1, unfortunately I cannot come up with a testcase.

Replacing use of popitem() with "del self[next(OrderedDict.__iter__(self))]" removes the KeyErrors and the structure otherwise works fine.
History
Date User Action Args
2016-06-09 08:13:13kaniinisetrecipients: + kaniini, serhiy.storchaka
2016-06-09 08:13:13kaniinisetmessageid: <1465459993.88.0.68836542548.issue27275@psf.upfronthosting.co.za>
2016-06-09 08:13:13kaniinilinkissue27275 messages
2016-06-09 08:13:13kaniinicreate