Skip to content

Commit eea6eca

Browse files
committed
another
1 parent 9927b38 commit eea6eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,8 @@ def __eq__(self, other):
10111011
union2 = int | bt2
10121012
with self.assertRaises(ZeroDivisionError):
10131013
union1 == union2
1014+
with self.assertRaises(ZeroDivisionError):
1015+
bt | bt2
10141016

10151017
union_ga = (list[str] | int, collections.abc.Callable[..., str] | int,
10161018
d | int)

0 commit comments

Comments
 (0)