Skip to content

Commit 268edce

Browse files
committed
Wip exceptiongroup
1 parent 3c3ae8b commit 268edce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3420,6 +3420,7 @@ class FalseyBoolException(Exception):
34203420
def __bool__(self):
34213421
return False
34223422

3423+
34233424
class FalseyLenException(Exception):
34243425
def __len__(self):
34253426
return 0

0 commit comments

Comments
 (0)