]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)
authorVictor Stinner <vstinner@redhat.com>
Tue, 19 Mar 2019 14:08:17 +0000 (15:08 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2019 14:08:17 +0000 (15:08 +0100)
commit935250d6f3ac7ba91e1ea8e6ca63aaf7f605e291
treedaced736625b7c18810fadbc348024b5b12fe28e
parent09e5877cb1191fe09af7a2139780d377bdf19092
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)

Ensure that _PyRuntime_Finalize() is always call. This change fix a
few memory leaks when running "python3 -V".
Include/internal/pystate.h
Modules/main.c