Richard Oudkerk
|
99d8dd2489
|
Issue #20990: Correction for 619331c67638.
|
2014-03-23 18:44:11 +00:00 |
Richard Oudkerk
|
a40675a1a2
|
Issue #20990: Fix issues found by pyflakes for multiprocessing.
|
2014-03-23 11:54:15 +00:00 |
Nick Coghlan
|
9a76735b1d
|
Close #19946: use runpy as needed in multiprocessing
- handles main files without a suffix
- handles main submodules properly
- adds test cases for the various kinds of __main__
|
2013-12-17 22:17:26 +10:00 |
Brett Cannon
|
ca7ab7c7f1
|
Issue #19946: Raise ImportError when the main module cannot be found
by multiprocessing.spawn (before it was raising an AttributeError).
|
2013-12-13 11:43:10 -05:00 |
Eric Snow
|
b523f8433a
|
Implement PEP 451 (ModuleSpec).
|
2013-11-22 09:05:39 -07:00 |
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 |
Richard Oudkerk
|
7d2d43c0b1
|
Stop making fork server have copy of semaphore_tracker_fd.
|
2013-08-22 11:38:57 +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 |