Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Commitd065e30
IDLE: Fix test_debugger bug and buildbot failures (GH-112258)Missing "requires('gui')" causes Tk() to fail when no gui.This caused CI Hypothesis test to fail, but I did not understandthe its error message. Then buildbots failed.IdbTest failed on draft Bdb replacement because so different.Simplified version works on old and new.(cherry picked from commit14fd86a)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parente19d75d commitd065e30
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 |
| |
3 | 6 |
| |
4 | 7 |
| |
| |||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 50 | + | |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| |||
279 | 280 |
| |
280 | 281 |
| |
281 | 282 |
| |
| 283 | + | |
282 | 284 |
| |
283 | 285 |
| |
284 | 286 |
| |
|
0 commit comments
Comments
(0)