[issue24377] Refleak in OrderedDict.__repr__ when an item is not found.

2015-06-03 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue24377] Refleak in OrderedDict.__repr__ when an item is not found.

2015-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6df1b3c6c8e8 by Eric Snow in branch '3.5': Issue #24377: Fix a ref leak in OrderedDict.__repr__. https://hg.python.org/cpython/rev/6df1b3c6c8e8 -- nosy: +python-dev ___ Python tracker

[issue24377] Refleak in OrderedDict.__repr__ when an item is not found.

2015-06-03 Thread Eric Snow
New submission from Eric Snow: It should be a one-line fix. -- assignee: eric.snow messages: 244775 nosy: eric.snow priority: high severity: normal stage: needs patch status: open title: Refleak in OrderedDict.__repr__ when an item is not found. type: behavior versions: Python 3.5, Pytho