summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_multiprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue #18762: Print debug info on failure to create new forkserver process.Richard Oudkerk2013-08-211-2/+4
| | | | Also modify test code to hopefully avoid deadlock on failure.
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+3755
See http://hg.python.org/sandbox/sbt#spawn