COMMITS
/ Lib/test/test_threading.py March 2, 2026
January 3, 2026
J
October 18, 2025
K
gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)
Kumar Aditya committed
September 18, 2025
P
gh-136003: Skip non-daemon threads when exceptions occur during finalization (GH-139129)
Peter Bierma committed
September 17, 2025
September 16, 2025
S
gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
Sam Gross committed
September 2, 2025
J
gh-138004: Fix setting a thread name on OpenIndiana (GH-138017)
jadonduff committed
August 4, 2025
P
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma committed
July 25, 2025
T
gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (#131537)
Tyler Kennedy committed
July 1, 2025
P
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-135991)
Petr Viktorin committed
June 23, 2025
K
GH-124878: reenable `test_finalize_daemon_thread_hang` test under TSAN (#135793)
Kumar Aditya committed
June 11, 2025
E
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow committed
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 21, 2025
N
gh-132542: Only run test_native_id_after_fork if native_id is supported (GH-134408)
Noam Cohen committed
May 20, 2025
N
gh-132542: Set native thread ID after fork (GH-132701)
Noam Cohen committed
May 19, 2025
P
P
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma committed
B
gh-134087: enforce signature of `threading.RLock` (#134178)
Bénédikt Tran committed
May 8, 2025
S
gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456)
Serhiy Storchaka committed
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
April 30, 2025
P
gh-87135: test_threading: Wait on thread, not an Event it sets (GH-133198)
Petr Viktorin committed
April 28, 2025
P
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
Petr Viktorin committed
April 2, 2025
J
gh-59705: Fix solaris detection in test_threading.test_set_name() (#132012)
Jakub Kulík committed
January 17, 2025
V
gh-59705: Implement _thread.set_name() on Windows (#128675)
Victor Stinner committed
December 10, 2024
V
gh-59705: Set OS thread name when Thread.name is changed (#127702)
Victor Stinner committed
December 6, 2024
V
gh-59705: Add _thread.set_name() function (#127338)
Victor Stinner committed
December 3, 2024
M
gh-127421: Fix race in test_start_new_thread_failed (#127549)
mpage committed
November 27, 2024
S
gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299)
Serhiy Storchaka committed
November 22, 2024
R
gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761)
Radislav Chugunov committed
October 2, 2024
J
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Jeremy Maitin-Shepard committed
May 3, 2024
May 1, 2024
April 24, 2024
P
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
Pablo Galindo Salgado committed
April 11, 2024
S
April 5, 2024
M
gh-116622: Test updates for Android (#117299)
Malcolm Smith committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
March 19, 2024
S
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross committed
March 16, 2024
M
gh-114271: Fix race in `Thread.join()` (#114839)
mpage committed
A
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou committed
D
gh-112536: Add TSAN builds on Github Actions (#116872)
Donghee Na committed
February 28, 2024
E
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow committed
January 25, 2024
N
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev committed
January 23, 2024
F
gh-114423: Remove DummyThread from threading._active when thread dies (GH-114424)
Fabio Zadrozny committed
January 22, 2024
S
gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a foreign thread (GH-113261)
Serhiy Storchaka committed
December 12, 2023
E
gh-76785: Fix test_threading on Non-Subinterpreter Builds (gh-113014)
Eric Snow committed
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed
November 4, 2023
A
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou committed
October 11, 2023
V
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)
Victor Stinner committed
October 2, 2023
E
September 29, 2023
V
gh-110031: Skip test_threading fork tests if ASAN (#110100)
Victor Stinner committed