COMMITS
/ Lib/test/support/threading_helper.py January 30, 2026
S
gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
Sam Gross committed
July 14, 2025
A
gh-116738: Make grp module thread-safe (#135434)
Alper committed
November 4, 2023
V
gh-111644: Fix support threading_cleanup() (#111714)
Victor Stinner committed
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
June 15, 2022
V
Use support.sleeping_retry() and support.busy_retry() (#93848)
Victor Stinner committed
April 23, 2022
C
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
April 2, 2022
C
bpo-40280: Detect if WASM platform supports threading (GH-32243)
Christian Heimes committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
May 28, 2020
V
bpo-40275: Fix test.support.threading_helper (GH-20488)
Victor Stinner committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed