]> 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:32 +0000 (11:41 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 14 Aug 2012 10:41:32 +0000 (11:41 +0100)
commite88a2445bc31dce0caa0be9b543689a953c1f920
treecdb9dc044ec4584b1610e6f03ce995ac4a9f5f75
parent296d1bea6aab9c5cb78ec4f90369352aba64d7c5
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