SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 136 Python

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.
V
Victor Stinner committed
fd23cfa464ab93273370475900819c1ea37c852f
Parent: fe13883
Committed by GitHub <noreply@github.com> on 3/19/2019, 11:03:01 PM