SIGN IN SIGN UP

PyOS_AfterFork_Child() uses PyStatus (GH-20596)

PyOS_AfterFork_Child() helper functions now return a PyStatus:
PyOS_AfterFork_Child() is now responsible to handle errors.

* Move _PySignal_AfterFork() to the internal C API
* Add #ifdef HAVE_FORK on _PyGILState_Reinit(), _PySignal_AfterFork()
  and _PyInterpreterState_DeleteExceptMain().
V
Victor Stinner committed
26881c8fae3b67db3a01d335d3ae7356a29b433e
Parent: 297257f
Committed by GitHub <noreply@github.com> on 6/2/2020, 1:51:37 PM