COMMITS
/ Lib/test/test_importlib/test_threaded_import.py April 28, 2026
G
GH-83065: Fix import deadlock by implementing hierarchical module locking (GH-137196)
Gregory P. Smith committed
February 10, 2026
G
gh-143650: Fix importlib race condition on import failure (GH-143651)
Gregory P. Smith committed
May 8, 2025
S
gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456)
Serhiy Storchaka committed
May 23, 2024
B
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds it (#118745)
Brett Simmers committed
May 7, 2024
S
April 5, 2024
M
gh-116622: Test updates for Android (#117299)
Malcolm Smith committed
June 6, 2023
V
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner committed
May 24, 2023
V
Fix test_importlib.test_side_effect_import() (#104840)
Victor Stinner committed
October 12, 2022
V
gh-97669: Fix test_tools reference leak (#98216)
Victor Stinner committed
May 25, 2022
F
test_threaded_import: Fix unittest.main spelling (GH-93114)
Florian Bruhin committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
March 20, 2021
A
bpo-43517: Fix false positive in detection of circular imports (#24895)
Antoine Pitrou committed
August 4, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
July 12, 2019
K
bpo-19696: Move threaded_import_hangers (GH-14655)
Kyle Stanley committed
July 5, 2019
K
Move test_threaded_import.py to test_importlib/ (GH-14582)
Kyle Stanley committed