]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Nov 2019 11:08:13 +0000 (12:08 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 11:08:13 +0000 (12:08 +0100)
commite7e699e4df73420ddccaa0057cd07ebb3b590b9b
tree1899fcf82a52a41f5df5c73d50c7af3f5a2906e2
parent67e0de6f0b060ac8f373952f0ca4b3117ad5b611
bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)

Only call _PyGC_Init(), _PyExc_Init() and _PyErr_Init() in
new_interpreter().
Python/pylifecycle.c