Skip to content

bpo-35388: Fix _PyRuntime_Finalize()#12443

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:runtime_finalize
Mar 19, 2019
Merged

bpo-35388: Fix _PyRuntime_Finalize()#12443
vstinner merged 1 commit intopython:masterfrom
vstinner:runtime_finalize

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 19, 2019

_PyRuntime_Initialize() after _PyRuntime_Finalize() now re-initialize
_PyRuntime structure. Previously, _PyRuntime_Initialize() did
nothing.

https://bugs.python.org/issue35388

_PyRuntime_Initialize() after _PyRuntime_Finalize() now re-initialize
_PyRuntime structure. Previously, _PyRuntime_Initialize() did
nothing.
@vstinner vstinner merged commit fd23cfa into python:master Mar 19, 2019
@vstinner vstinner deleted the runtime_finalize branch March 19, 2019 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants