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.

classification
Title: Refleak in OrderedDict.__repr__ when an item is not found.
Type: behavior Stage: resolved
Components: Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: eric.snow, python-dev
Priority: high Keywords:

Created on 2015-06-03 17:08 by eric.snow, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg244775 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2015-06-03 17:08
It should be a one-line fix.
msg244776 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-06-03 17:11
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
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68565
2015-06-03 17:12:05eric.snowsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2015-06-03 17:11:38python-devsetnosy: + python-dev
messages: + msg244776
2015-06-03 17:08:50eric.snowcreate