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.