index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_multiprocessing_main_handling.py
Commit message (
Expand
)
Author
Age
*
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
Victor Stinner
2022-06-15
*
Add test.support.busy_retry() (#93770)
Victor Stinner
2022-06-15
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
*
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)
Victor Stinner
2018-12-18
*
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
Victor Stinner
2018-06-27
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
*
bpo-30339: test_multiprocessing_main_handling timeout (#1593)
Victor Stinner
2017-05-15
*
Adds test.support.PGO and skips tests that are not useful for PGO.
Steve Dower
2016-09-06
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
*
Fixed bytes warnings when run tests with -vv.
Serhiy Storchaka
2015-03-25
*
Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open
Victor Stinner
2014-09-03
*
Issue #20043: Add direct test for _thread.
Terry Jan Reedy
2014-06-13
*
Further increase tolerance for slow buildbots
Nick Coghlan
2013-12-23
*
skip multiprocessing main handling test when Python is built without threads
Christian Heimes
2013-12-21
*
Issue #19946: use public API for multiprocessing start methods
Nick Coghlan
2013-12-20
*
Issue #19946: appropriately skip new multiprocessing tests
Nick Coghlan
2013-12-19
*
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan
2013-12-17