diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-03-19 23:03:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 23:03:01 (GMT) |
commit | fd23cfa464ab93273370475900819c1ea37c852f (patch) | |
tree | d0ea39fe76e18a937db90974781ab99b1e2c9db7 /Misc | |
parent | fe13883f01da855967403acab77e0f16707a56cb (diff) | |
download | cpython-fd23cfa464ab93273370475900819c1ea37c852f.zip cpython-fd23cfa464ab93273370475900819c1ea37c852f.tar.gz cpython-fd23cfa464ab93273370475900819c1ea37c852f.tar.bz2 |
bpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
Calling _PyRuntime_Initialize() after _PyRuntime_Finalize() now re-initializes
_PyRuntime structure. Previously, _PyRuntime_Initialize() did
nothing in that case.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions