◐ Shell
clean mode source ↗

gh-102251: Fix reference leak in _testsinglephase initialization by sunmy2019 · Pull Request #105082 · python/cpython

@sunmy2019

erlend-aasland

@erlend-aasland

erlend-aasland

@erlend-aasland erlend-aasland changed the title gh-102251: add missing decref in testsinglephase gh-102251: Fix reference leak in _testsinglephase initialization

May 30, 2023

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 30, 2023
pythonGH-105082)

Correctly decref 'initialized' in init_module()

(cherry picked from commit d14eb34)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

erlend-aasland added a commit that referenced this pull request

May 30, 2023
…on (GH-105082) (#105083)

Correctly decref 'initialized' in init_module()

(cherry picked from commit d14eb34)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>