summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/popen_forkserver.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.3.Richard Oudkerk2014-03-231-1/+1
|
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-9/+3
| | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other.
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+75
See http://hg.python.org/sandbox/sbt#spawn