bpo-41514: Fix buggy IDLE test (GH-21808) · python/cpython@416f0b7 · GitHub
Skip to content

Commit 416f0b7

Browse files
authored
bpo-41514: Fix buggy IDLE test (GH-21808)
test_run method test_fatal_error failed when run twice, as with python -m test -m test_fatal_error test_idle test_idle because func.called was not reinitialized to 0. This bug caused a failure on a refleak buildbot.
1 parent f2e161c commit 416f0b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lib/idlelib/idle_test/test_run.py

Lines changed: 5 additions & 5 deletions

0 commit comments

Comments
 (0)