You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lib/test/test_typing.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5715,6 +5715,7 @@ class A:
5715
5715
withself.assertRaises(TypeError):
5716
5716
a[int]
5717
5717
5718
+
@unittest.expectedFailure# TODO: RUSTPYTHON; AssertionError: ".+__typing_subst__.+tuple.+int.*" does not match "'TypeAliasType' object is not subscriptable"
5718
5719
deftest_return_non_tuple_while_unpacking(self):
5719
5720
# GH-138497: GenericAlias objects didn't ensure that __typing_subst__ actually
0 commit comments