bpo-40275: Fix a calling bug in threading_helper by shihai1991 · Pull Request #20479 · python/cpython
@vstinner Hi, victor. Pls take a look if you have free time. Sorry, I introduced a potential bug in threading_helper :(
Oh right, there are a few more:
$ pyflakes Lib/test/support/threading_helper.py
Lib/test/support/threading_helper.py:50:9 undefined name 'gc_collect'
Lib/test/support/threading_helper.py:101:13 undefined name 'gc_collect'
Lib/test/support/threading_helper.py:127:16 undefined name 'verbose'
Lib/test/support/threading_helper.py:136:23 local variable 'starttime' is assigned to but never used
Lib/test/support/threading_helper.py:144:20 undefined name 'verbose'
Lib/test/support/threading_helper.py:150:45 undefined name 'sys'
These bugs caused multiple buildbots failures: #20448 (comment)
I created PR #20488 to fix all pyflakes warning.
@vstinner Hi, victor. Pls take a look if you have free time. Sorry, I introduced a potential bug in threading_helper :(
That's ok. I didn't spot these issues neither, and test_support passed.
I merged my #20488 instead.
Got it, thanks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters