Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refleak in OrderedDict.__repr__ when an item is not found. #68565

Closed
ericsnowcurrently opened this issue Jun 3, 2015 · 2 comments
Closed

Refleak in OrderedDict.__repr__ when an item is not found. #68565

ericsnowcurrently opened this issue Jun 3, 2015 · 2 comments
Assignees
Labels
type-bug An unexpected behavior, bug, or error

Comments

@ericsnowcurrently
Copy link
Member

BPO 24377
Nosy @ericsnowcurrently

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/ericsnowcurrently'
closed_at = <Date 2015-06-03.17:12:05.893>
created_at = <Date 2015-06-03.17:08:50.650>
labels = ['type-bug']
title = 'Refleak in OrderedDict.__repr__ when an item is not found.'
updated_at = <Date 2015-06-03.17:12:05.892>
user = 'https://github.com/ericsnowcurrently'

bugs.python.org fields:

activity = <Date 2015-06-03.17:12:05.892>
actor = 'eric.snow'
assignee = 'eric.snow'
closed = True
closed_date = <Date 2015-06-03.17:12:05.893>
closer = 'eric.snow'
components = []
creation = <Date 2015-06-03.17:08:50.650>
creator = 'eric.snow'
dependencies = []
files = []
hgrepos = []
issue_num = 24377
keywords = []
message_count = 2.0
messages = ['244775', '244776']
nosy_count = 2.0
nosy_names = ['python-dev', 'eric.snow']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue24377'
versions = ['Python 3.5', 'Python 3.6']

@ericsnowcurrently
Copy link
Member Author

It should be a one-line fix.

@ericsnowcurrently ericsnowcurrently self-assigned this Jun 3, 2015
@ericsnowcurrently ericsnowcurrently added the type-bug An unexpected behavior, bug, or error label Jun 3, 2015
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 3, 2015

New changeset 6df1b3c6c8e8 by Eric Snow in branch '3.5':
Issue bpo-24377: Fix a ref leak in OrderedDict.__repr__.
https://hg.python.org/cpython/rev/6df1b3c6c8e8

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant