Richard Oudkerk
|
b1694cf588
|
Issue #18999: Make multiprocessing use context objects.
This allows different parts of a program to use different methods for
starting processes without interfering with each other.
|
2013-10-16 16:41:56 +01:00 |
Charles-François Natali
|
e241ac9283
|
Issue #18934: multiprocessing: use selectors module.
|
2013-09-05 20:46:49 +02:00 |
Richard Oudkerk
|
0d097b6299
|
Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
|
2013-08-28 11:25:34 +01:00 |
Victor Stinner
|
daf455554b
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
|
2013-08-28 00:53:59 +02:00 |
Richard Oudkerk
|
7d2d43c0b1
|
Stop making fork server have copy of semaphore_tracker_fd.
|
2013-08-22 11:38:57 +01:00 |
Richard Oudkerk
|
0718f70131
|
Issue #18762: Fix EBADF error when using forkserver.
|
2013-08-22 11:38:55 +01:00 |
Richard Oudkerk
|
a01fb39877
|
Issue #18762: Print debug info on failure to create new forkserver process.
Also modify test code to hopefully avoid deadlock on failure.
|
2013-08-21 19:45:19 +01:00 |
Richard Oudkerk
|
84ed9a68bd
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
See http://hg.python.org/sandbox/sbt#spawn
|
2013-08-14 15:35:41 +01:00 |