]> granicus.if.org Git - python/commit
Test case for fork1() behavior.
authorGuido van Rossum <guido@python.org>
Fri, 25 Feb 2000 19:25:05 +0000 (19:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Feb 2000 19:25:05 +0000 (19:25 +0000)
commitf7221c3a7d889a854a6b5e4a8d8012d93742e6b6
tree1b9a6404f91365a232e66f7c46e2575f5ea4fe54
parent4985e409397f805b54e35658de1df55cd0343284
Test case for fork1() behavior.
Only the main thread should survive in the child after a fork().
Lib/test/output/test_fork1 [new file with mode: 0644]
Lib/test/test_fork1.py [new file with mode: 0644]