Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDLE: Fix test_debugger bug and buildbot failures (python#112258)
Missing "requires('gui')" causes Tk() to fail when no gui. This caused CI Hypothesis test to fail, but I did not understand the its error message. Then buildbots failed. IdbTest failed on draft Bdb replacement because so different. Simplified version works on old and new.
- Loading branch information