diff options
author | Guido van Rossum <guido@python.org> | 2000-02-25 19:25:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-02-25 19:25:05 (GMT) |
commit | f7221c3a7d889a854a6b5e4a8d8012d93742e6b6 (patch) | |
tree | 1b9a6404f91365a232e66f7c46e2575f5ea4fe54 /Lib/test/output | |
parent | 4985e409397f805b54e35658de1df55cd0343284 (diff) | |
download | cpython-f7221c3a7d889a854a6b5e4a8d8012d93742e6b6.zip cpython-f7221c3a7d889a854a6b5e4a8d8012d93742e6b6.tar.gz cpython-f7221c3a7d889a854a6b5e4a8d8012d93742e6b6.tar.bz2 |
Test case for fork1() behavior.
Only the main thread should survive in the child after a fork().
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_fork1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_fork1 b/Lib/test/output/test_fork1 new file mode 100644 index 0000000..21fb526 --- /dev/null +++ b/Lib/test/output/test_fork1 @@ -0,0 +1 @@ +test_fork1 |