We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da079c commit 754b1dfCopy full SHA for 754b1df
Lib/test/test_types.py
@@ -602,7 +602,8 @@ def test_slot_wrapper_types(self):
602
self.assertIsInstance(object.__lt__, types.WrapperDescriptorType)
603
self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
604
605
- # TODO: RUSTPYTHON
+ # TODO: No signature found in builtin method __get__ of 'method_descriptor'
606
+ # objects so ValueError is raised
607
@unittest.expectedFailure
608
def test_dunder_get_signature(self):
609
sig = inspect.signature(object.__init__.__get__)
0 commit comments