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
File Mode Size
_bundled
__init__.py -rw-r--r-- 6.3 KB
__main__.py -rw-r--r-- 88 bytes
_uninstall.py -rw-r--r-- 808 bytes

back to top