We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5b9c9 commit 5658a6bCopy full SHA for 5658a6b
Lib/test/test_types.py
@@ -703,8 +703,6 @@ def test_or_types_operator(self):
703
y.__args__ = [str, int]
704
self.assertEqual(x, y)
705
706
- # TODO: RUSTPYTHON
707
- @unittest.expectedFailure
708
def test_hash(self):
709
self.assertEqual(hash(int | str), hash(str | int))
710
self.assertEqual(hash(int | str), hash(typing.Union[int, str]))
0 commit comments