COMMITS
/ Lib/test/test_multiprocessing_main_handling.py February 10, 2026
June 15, 2022
V
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
Victor Stinner committed
V
Add test.support.busy_retry() (#93770)
Victor Stinner committed
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
June 18, 2020
V
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner committed
December 18, 2018
V
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)
Victor Stinner committed
June 27, 2018
V
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
Victor Stinner committed
September 18, 2017
A
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou committed
May 15, 2017
V
bpo-30339: test_multiprocessing_main_handling timeout (#1593)
Victor Stinner committed
September 7, 2016
S
Adds test.support.PGO and skips tests that are not useful for PGO.
Steve Dower committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
May 6, 2015
B
Issue #9517: Move script_helper to the support package.
Berker Peksag committed
March 24, 2015
S
Fixed bytes warnings when run tests with -vv.
Serhiy Storchaka committed
September 3, 2014
V
Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open
Victor Stinner committed
June 13, 2014
T
Issue #20043: Add direct test for _thread.
Terry Jan Reedy committed
December 23, 2013
N
Further increase tolerance for slow buildbots
Nick Coghlan committed
December 21, 2013
C
skip multiprocessing main handling test when Python is built without threads
Christian Heimes committed
December 20, 2013
N
Issue #19946: use public API for multiprocessing start methods
Nick Coghlan committed
December 19, 2013
N
Issue #19946: appropriately skip new multiprocessing tests
Nick Coghlan committed
December 17, 2013
N
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan committed