bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
Ensure that _PyRuntime_Finalize() is always call. This change fix a few memory leaks when running "python3 -V".
Showing
Please register or sign in to comment
Ensure that _PyRuntime_Finalize() is always call. This change fix a few memory leaks when running "python3 -V".