summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/threading_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40275: Fix test.support.threading_helper (GH-20488)Victor Stinner2020-05-281-6/+7
| | | | | | | * Add missing sys import * Get verbose and gc_collect() from test.support * Remove unused starttime variable. Issues spotted by pyflakes.
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-0/+208