summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-06 19:42:19 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-06 19:42:19 (GMT)
commit49b0c3bafe8fd9818e73e3594e12a749f796eeb2 (patch)
tree642ca488a109225eda02dfb4ebbee0d179846933 /Objects
parent589c35bcc7ee2448507cedf303e3b72ede34b6ce (diff)
downloadcpython-49b0c3bafe8fd9818e73e3594e12a749f796eeb2.zip
cpython-49b0c3bafe8fd9818e73e3594e12a749f796eeb2.tar.gz
cpython-49b0c3bafe8fd9818e73e3594e12a749f796eeb2.tar.bz2
Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>:
In posixmodule.c:posix_fork, the function PyOS_AfterFork is called for both the parent and the child, despite the docs stating that it should be called in the new (child) process. This causes problems in the parent since the forking thread becomes the main thread according to the signal module. Calling PyOS_AfterFork() only in the child fixes this. Changed for both fork() and forkpty().
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions