Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 | 1 | -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 Oudkerk | 2013-08-22 | 1 | -2/+3 |
| | |||||
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 1 | -0/+102 |
See http://hg.python.org/sandbox/sbt#spawn |