diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-07-14 06:06:48 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-07-14 06:06:48 (GMT) |
commit | fb7a50fbb9d4728909382ba7f9eb65f2c0ab2d79 (patch) | |
tree | 866d7f75ae2726e6ed468326858db91b08c02045 /Lib/test/test_sys.py | |
parent | 4ec0c27eea99ebeb20042d2cc61c5dfa29e4b043 (diff) | |
download | cpython-fb7a50fbb9d4728909382ba7f9eb65f2c0ab2d79.zip cpython-fb7a50fbb9d4728909382ba7f9eb65f2c0ab2d79.tar.gz cpython-fb7a50fbb9d4728909382ba7f9eb65f2c0ab2d79.tar.bz2 |
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.
Diffstat (limited to 'Lib/test/test_sys.py')
0 files changed, 0 insertions, 0 deletions