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
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps-apt.sh -rwxr-xr-x 580 bytes
posix-steps.yml -rw-r--r-- 2.4 KB
pr.yml -rw-r--r-- 3.1 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-steps.yml -rw-r--r-- 1.3 KB

back to top