Staging
v0.5.1
https://github.com/python/cpython
Revision fd23cfa464ab93273370475900819c1ea37c852f authored by Victor Stinner on 19 March 2019, 23:03:01 UTC, committed by GitHub on 19 March 2019, 23:03:01 UTC
Calling _PyRuntime_Initialize() after _PyRuntime_Finalize() now re-initializes
_PyRuntime structure. Previously, _PyRuntime_Initialize() did
nothing in that case.
1 parent fe13883
History
Tip revision: fd23cfa464ab93273370475900819c1ea37c852f authored by Victor Stinner on 19 March 2019, 23:03:01 UTC
bpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
Tip revision: fd23cfa

README

back to top