Issue 31579: Reference leak in enumerate (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75760
classification
Title: | Reference leak in enumerate | ||
---|---|---|---|
Type: | resource usage | Stage: | resolved |
Components: | Interpreter Core | Versions: | Python 3.7, Python 3.6, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | rhettinger | Nosy List: | rhettinger, serhiy.storchaka |
Priority: | normal | Keywords: | patch |
Created on 2017-09-25 21:26 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 3753 | merged | serhiy.storchaka,2017-09-25 21:28 | |
PR 3760 | merged | serhiy.storchaka,2017-09-26 05:37 | |
PR 3761 | merged | serhiy.storchaka,2017-09-26 05:44 |
Messages (4) | ||
---|---|---|
msg302978 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-09-25 21:26 |
There is a possible leak of the value emitted by an underlying iterator in enumerate.__next__. Proposed PR fixes it. | ||
msg303005 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-09-26 05:15 |
New changeset 0e950dd22b075b4809c84afda8aede02b76ac0fa by Serhiy Storchaka in branch 'master': bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753) https://github.com/python/cpython/commit/0e950dd22b075b4809c84afda8aede02b76ac0fa | ||
msg303012 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-09-26 06:11 |
New changeset 19eb87d857f6d1bad1a3619d9d7534820f82e5f2 by Serhiy Storchaka in branch '2.7': [2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3761) https://github.com/python/cpython/commit/19eb87d857f6d1bad1a3619d9d7534820f82e5f2 | ||
msg303013 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2017-09-26 06:11 |
New changeset d6a356209abd026b41245ad76ba3a374ab0c60db by Serhiy Storchaka in branch '3.6': [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3760) https://github.com/python/cpython/commit/d6a356209abd026b41245ad76ba3a374ab0c60db |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:52 | admin | set | github: 75760 |
2017-09-26 06:12:27 | serhiy.storchaka | set | status: open -> closedstage: patch review -> resolvedresolution: fixedversions: + Python 2.7 |
2017-09-26 06:11:36 | serhiy.storchaka | set | messages: + |
2017-09-26 06:11:30 | serhiy.storchaka | set | messages: + |
2017-09-26 05:44:00 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest3747> |
2017-09-26 05:37:16 | serhiy.storchaka | set | pull_requests: + <pull%5Frequest3746> |
2017-09-26 05:15:00 | serhiy.storchaka | set | messages: + |
2017-09-25 21:28:46 | serhiy.storchaka | set | keywords: + patchpull_requests: + <pull%5Frequest3740> |
2017-09-25 21:26:00 | serhiy.storchaka | create |