summaryrefslogtreecommitdiffstats
path: root/Lib/test/mp_fork_bomb.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+5
| | | | See http://hg.python.org/sandbox/sbt#spawn
* Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-141-0/+13
on Windows without the "if __name__ == '__main__'" idiom.