mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
26881c8fae
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().
Miscellaneous source files for the main Python shared library