Reference leak in enumerate · Issue #75760 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@serhiy-storchaka

Description

@serhiy-storchaka

BPO 31579
Nosy @rhettinger, @serhiy-storchaka
PRs bpo-31579: Fixed a possible leak in enumerate() with large indices. #3753[3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). #3760[2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). #3761

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/rhettinger' closed_at = <Date 2017-09-26.06:12:27.863> created_at = <Date 2017-09-25.21:26:00.819> labels = ['interpreter-core', '3.7', 'performance'] title = 'Reference leak in enumerate' updated_at = <Date 2017-09-26.06:12:27.862> user = 'https://github.com/serhiy-storchaka'

bugs.python.org fields:

activity = <Date 2017-09-26.06:12:27.862> actor = 'serhiy.storchaka' assignee = 'rhettinger' closed = True closed_date = <Date 2017-09-26.06:12:27.863> closer = 'serhiy.storchaka' components = ['Interpreter Core'] creation = <Date 2017-09-25.21:26:00.819> creator = 'serhiy.storchaka' dependencies = [] files = [] hgrepos = [] issue_num = 31579 keywords = ['patch'] message_count = 4.0 messages = ['302978', '303005', '303012', '303013'] nosy_count = 2.0 nosy_names = ['rhettinger', 'serhiy.storchaka'] pr_nums = ['3753', '3760', '3761'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue31579' versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']