summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_multiprocessing.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Try doing a raw test of os.fork()/os.kill().Richard Oudkerk2013-10-171-5/+36
|
* Stop trying to use strace, but add a sleep before terminate().Richard Oudkerk2013-10-171-8/+4
|
* Try strace instead of gdb to see what wedged child is doing.Richard Oudkerk2013-10-171-4/+6
|
* Try to print a backtrace of wedged child process in test.Richard Oudkerk2013-10-171-0/+13
|
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-5/+37
| | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other.
* MergeRichard Oudkerk2013-10-151-1/+1
|
* Merge.Richard Oudkerk2013-10-121-2/+14
|
* Merge.Richard Oudkerk2013-09-291-8/+9
|
* merge 3.3 (#19112)Benjamin Peterson2013-09-291-7/+6
|
* Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we justCharles-François Natali2013-09-061-1/+4
| | | | want to check that Connection.poll() doesn't crash.
* Issue #8713: Print dangling processes/threads, if any.Richard Oudkerk2013-08-291-2/+17
|
* Issue #8713: Test should not print message about start method.Richard Oudkerk2013-08-291-1/+0
|
* Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.Richard Oudkerk2013-08-281-5/+7
|
* Make test for semaphore tracker capture and check the debug output.Richard Oudkerk2013-08-221-7/+7
|
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵Antoine Pitrou2013-08-211-5/+5
| | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions.
* Issue #18762: Print debug info on failure to create new forkserver process.Richard Oudkerk2013-08-211-2/+4
| | | | Also modify test code to hopefully avoid deadlock on failure.
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+3755
See http://hg.python.org/sandbox/sbt#spawn