[New-bugs-announce] [issue27275] KeyError thrown by optimised collections.OrderedDict.popitem()

William Pitcock report at bugs.python.org
Thu Jun 9 00:33:55 EDT 2016


New submission from William Pitcock:

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. :(

----------
components: Library (Lib)
messages: 267957
nosy: kaniini
priority: normal
severity: normal
status: open
title: KeyError thrown by optimised collections.OrderedDict.popitem()
type: behavior
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27275>
_______________________________________


More information about the New-bugs-announce mailing list