commit | 935250d6f3ac7ba91e1ea8e6ca63aaf7f605e291 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Mar 19 15:08:17 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 19 15:08:17 2019 +0100 |
tree | daced736625b7c18810fadbc348024b5b12fe28e | |
parent | 09e5877cb1191fe09af7a2139780d377bdf19092 [diff] |
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".