summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/threading_helper.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-111644: Fix support threading_cleanup() (GH-111714) (#111717)Miss Islington (bot)2023-11-041-25/+28
* gh-110756: Sync regrtest with main branch (#110758) (#110781)Victor Stinner2023-10-121-10/+8
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-231-6/+1
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-1/+14
* bpo-40280: Detect if WASM platform supports threading (GH-32243)Christian Heimes2022-04-021-0/+27
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* bpo-40275: Fix test.support.threading_helper (GH-20488)Victor Stinner2020-05-281-6/+7
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-0/+208