summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/popen_spawn_win32.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-8/+4
| | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other.
* Stop making fork server have copy of semaphore_tracker_fd.Richard Oudkerk2013-08-221-2/+3
|
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+102
See http://hg.python.org/sandbox/sbt#spawn