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-32237: Fix missing DECREF of mod #4749

Merged
merged 1 commit into from
Dec 8, 2017

Conversation

nascheme
Copy link
Member

@nascheme nascheme commented Dec 7, 2017

The code reorg in commit eea3cc1 introduced a leak by accidentally dropping an Py_XDECREF(mod) call. The fix is trivial.

https://bugs.python.org/issue32237

@nascheme nascheme requested a review from a team December 7, 2017 17:35
@nascheme nascheme added skip news type-bug An unexpected behavior, bug, or error labels Dec 7, 2017
@nascheme nascheme merged commit 11cc289 into python:master Dec 8, 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.

4 participants