I found the root cause: we call PyOS_AfterFork_Child()
unconditionally; it should only be called in a real child process. @miconda: can I confirm that rank > 0
is the correct test for a child process?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.