]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Fix test.support.threading_helper (GH-20488)
authorVictor Stinner <vstinner@python.org>
Thu, 28 May 2020 14:37:37 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 14:37:37 +0000 (16:37 +0200)
commit753643205a28531fd43ef36b40b86282ae6956a7
treef92d8a0d3eb6751b4bd9f65b9ba5b507030947a0
parent24bddc1b3b58f6899b2d412e51b37f68536e4fe2
bpo-40275: Fix test.support.threading_helper (GH-20488)

* Add missing sys import
* Get verbose and gc_collect() from test.support
* Remove unused starttime variable.

Issues spotted by pyflakes.
Lib/test/support/threading_helper.py