]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 14 Aug 2012 10:41:19 +0000 (11:41 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 14 Aug 2012 10:41:19 +0000 (11:41 +0100)
commitfaee75c33af1e8ccbf0d4349efe62dc9637779c6
treeccb94112923dcfb68edc2f7550c536c816396b0c
parentfe9efc57327b6306c5b755fae8ad6729484adcd4
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
on Windows without the "if __name__ == '__main__'" idiom.
Lib/multiprocessing/forking.py
Lib/test/mp_fork_bomb.py [new file with mode: 0644]
Lib/test/test_multiprocessing.py
Misc/NEWS