Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child
process rather than both parent and child. Does anyone actually use fork1()? It appears to be a Solaris thing but if Python is built with pthreads on Solaris, fork1() and fork() should be the same.
Showing
Please register or sign in to comment