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

bpo-31579: Fixed a possible leak in enumerate() with large indices. #3753

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 25, 2017

@rhettinger
Copy link
Contributor

rhettinger commented Sep 26, 2017

Thank you.

@serhiy-storchaka serhiy-storchaka merged commit 0e950dd into python:master Sep 26, 2017
@miss-islington
Copy link
Contributor

miss-islington commented Sep 26, 2017

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒🤖

@serhiy-storchaka serhiy-storchaka deleted the enum_next_long-leak branch Sep 26, 2017
@miss-islington
Copy link
Contributor

miss-islington commented Sep 26, 2017

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 0e950dd22b075b4809c84afda8aede02b76ac0fa 3.6

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Sep 26, 2017
@bedevere-bot
Copy link

bedevere-bot commented Sep 26, 2017

GH-3760 is a backport of this pull request to the 3.6 branch.

@miss-islington
Copy link
Contributor

miss-islington commented Sep 26, 2017

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Sep 26, 2017

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 0e950dd22b075b4809c84afda8aede02b76ac0fa 2.7

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Sep 26, 2017
@bedevere-bot
Copy link

bedevere-bot commented Sep 26, 2017

GH-3761 is a backport of this pull request to the 2.7 branch.

serhiy-storchaka added a commit that referenced this pull request Sep 26, 2017
serhiy-storchaka added a commit that referenced this pull request Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants