Miss Islington (bot)
d55a896cd6
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086)
...
Forkserver and fork are not available on Windows and therefore these test must be skipped.
(cherry picked from commit a932d0b496 )
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2018-12-11 04:14:23 -08:00
Miss Islington (bot)
d4bcf13e06
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
...
(cherry picked from commit ac218bc5db )
Co-authored-by: Ned Deily <nad@python.org>
2018-12-08 23:06:53 -08:00
Steve Dower
22d0698d3b
Adds test.support.PGO and skips tests that are not useful for PGO.
2016-09-06 19:38:15 -07: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