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-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() #4391

Merged
merged 1 commit into from
Nov 14, 2017
Merged

Conversation

lioncash
Copy link
Contributor

@lioncash lioncash commented Nov 14, 2017

Similar to my previous change in #4384, just in a different module.

https://bugs.python.org/issue32020

@serhiy-storchaka serhiy-storchaka added needs backport to 2.7 skip news type-bug An unexpected behavior, bug, or error labels Nov 14, 2017
@serhiy-storchaka serhiy-storchaka merged commit 56935a5 into python:master Nov 14, 2017
@miss-islington
Copy link
Contributor

Thanks @lioncash for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 14, 2017
@bedevere-bot
Copy link

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

@miss-islington
Copy link
Contributor

Sorry, @lioncash and @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 56935a53b11b9a70f3e13e460777ec81a5b9195e 2.7

serhiy-storchaka pushed a commit that referenced this pull request Nov 14, 2017
@lioncash lioncash deleted the make-array-decref branch November 14, 2017 11:14
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.

5 participants