index
:
cpython
3.10
3.11
3.12
3.13
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_importlib
/
test_locks.py
Commit message (
Expand
)
Author
Age
*
gh-109974: Fix more threading lock_tests race conditions (#110089)
Victor Stinner
2023-09-29
*
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou
2023-09-26
*
gh-101766: Fix refleak for _BlockingOnManager resources from test suite level...
Dong-hee Na
2023-02-18
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.
Xavier de Gaye
2016-12-08
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when
Berker Peksag
2014-07-03
*
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger
2014-05-25
*
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
*
Fix test to not consider mixin a standalone test
Brett Cannon
2013-10-18
*
Issue #16803: Have test_importlib.test_locks use frozen and source
Brett Cannon
2013-10-18
*
Issue #15794: Relax a test case due to the deadlock detection's conservativen...
Antoine Pitrou
2012-08-28
*
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon
2012-07-20