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