Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 24, 2019

The PyOS_AfterFork_Child() function now pass a 'runtime' parameter to
subfunctions.

  • Fix _PyRuntimeState_ReInitThreads(): use the correct memory allocator
  • Add runtime parameter to _PyRuntimeState_ReInitThreads(),
    _PyGILState_Reinit() and _PyInterpreterState_DeleteExceptMain()
  • Move _PyGILState_Reinit() to the internal C API.

https://bugs.python.org/issue36710

The PyOS_AfterFork_Child() function now pass a 'runtime' parameter to
subfunctions.

* Fix _PyRuntimeState_ReInitThreads(): use the correct memory allocator
* Add runtime parameter to _PyRuntimeState_ReInitThreads(),
  _PyGILState_Reinit() and _PyInterpreterState_DeleteExceptMain()
* Move _PyGILState_Reinit() to the internal C API.
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