commit | 753643205a28531fd43ef36b40b86282ae6956a7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu May 28 16:37:37 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu May 28 16:37:37 2020 +0200 |
tree | f92d8a0d3eb6751b4bd9f65b9ba5b507030947a0 | |
parent | 24bddc1b3b58f6899b2d412e51b37f68536e4fe2 [diff] |
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.