◐ Shell
clean mode source ↗

[3.8] bpo-36854: Fix reference counter in PyInit__testcapi() by vstinner · Pull Request #17338 · python/cpython

Increment properly Py_True/Py_False reference counter for
_testcapi.WITH_PYMALLOC variable.

@vstinner vstinner changed the title bpo-36854: Fix reference counter in PyInit__testcapi() [3.8]bpo-36854: Fix reference counter in PyInit__testcapi()

Nov 22, 2019

@vstinner vstinner changed the title [3.8]bpo-36854: Fix reference counter in PyInit__testcapi() [3.8] bpo-36854: Fix reference counter in PyInit__testcapi()

Nov 22, 2019

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

Nov 22, 2019
Increment properly Py_True/Py_False reference counter for
_testcapi.WITH_PYMALLOC variable.
(cherry picked from commit 84c36c1)

Co-authored-by: Victor Stinner <vstinner@python.org>

miss-islington added a commit that referenced this pull request

Nov 22, 2019
Increment properly Py_True/Py_False reference counter for
_testcapi.WITH_PYMALLOC variable.
(cherry picked from commit 84c36c1)

Co-authored-by: Victor Stinner <vstinner@python.org>