Skip to content

bpo-32237: Fix missing DECREF of mod#4749

Merged
nascheme merged 1 commit into
python:masterfrom
nascheme:import_find_and_load_leakfix
Dec 8, 2017
Merged

bpo-32237: Fix missing DECREF of mod#4749
nascheme merged 1 commit into
python:masterfrom
nascheme:import_find_and_load_leakfix

Conversation

@nascheme

@nascheme nascheme commented Dec 7, 2017

Copy link
Copy Markdown
Member

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