Skip to content

Commit 0da079c

Browse files
committed
exp failure on new dunder sig test
1 parent 7be91fc commit 0da079c

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
@@ -602,6 +602,8 @@ def test_slot_wrapper_types(self):
602602
self.assertIsInstance(object.__lt__, types.WrapperDescriptorType)
603603
self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
604604

605+
# TODO: RUSTPYTHON
606+
@unittest.expectedFailure
605607
def test_dunder_get_signature(self):
606608
sig = inspect.signature(object.__init__.__get__)
607609
self.assertEqual(list(sig.parameters), ["instance", "owner"])

0 commit comments

Comments
 (0)