COMMITS
/ Lib/test/test_importlib/test_locks.py May 22, 2025
D
gh-134322: Fix `repr(threading.RLock)` (#134389)
Duprat committed
September 29, 2023
V
gh-109974: Fix more threading lock_tests race conditions (#110089)
Victor Stinner committed
September 26, 2023
A
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou committed
February 17, 2023
D
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
January 22, 2022
N
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
December 8, 2016
X
Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.
Xavier de Gaye committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
July 3, 2014
B
Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when
Berker Peksag committed
May 26, 2014
R
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger committed
May 16, 2014
E
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow committed
October 18, 2013
B
Fix test to not consider mixin a standalone test
Brett Cannon committed
B
Issue #16803: Have test_importlib.test_locks use frozen and source
Brett Cannon committed
August 28, 2012
A
Issue #15794: Relax a test case due to the deadlock detection's conservativeness.
Antoine Pitrou committed
July 20, 2012
B
Issue #15168: Move importlb.test to test.test_importlib.
Brett Cannon committed