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

Commit 9c253f4

Browse files
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. (cherry picked from commit 416f0b7) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent d2bea26 commit 9c253f4

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)