summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_threaded_import.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Fix test_importlib.test_side_effect_import() (GH-104840) (#104842)Miss Islington (bot)2023-05-251-1/+2
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-121-7/+1
* test_threaded_import: Fix unittest.main spelling (GH-93114)Florian Bruhin2022-05-251-1/+1
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-0/+2
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-10/+7
* bpo-43517: Fix false positive in detection of circular imports (#24895)Antoine Pitrou2021-03-201-1/+13
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-041-3/+3
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-6/+7
* bpo-19696: Move threaded_import_hangers (GH-14655)Kyle Stanley2019-07-121-3/+3
* Move test_threaded_import.py to test_importlib/ (GH-14582)Kyle Stanley2019-07-051-0/+263