A user of this hook would be the app_python3 module: it needs to know when all the child processes are forked, then the main process would perform internal state cleanup.
See the description of PyOS_AfterFork_Parent
: https://docs.python.org/3/c-api/sys.html
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.