Skip to content

bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array()#4391

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
lioncash:make-array-decref
Nov 14, 2017
Merged

bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array()#4391
serhiy-storchaka merged 1 commit into
python:masterfrom
lioncash:make-array-decref

Conversation

@lioncash

@lioncash lioncash commented Nov 14, 2017

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown

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

@miss-islington

Copy link
Copy Markdown
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