Skip to content

Commit b458797

Browse files
committed
fix todo for RustPython
1 parent 754b1df commit b458797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,7 @@ def test_slot_wrapper_types(self):
602602
self.assertIsInstance(object.__lt__, types.WrapperDescriptorType)
603603
self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
604604

605-
# TODO: No signature found in builtin method __get__ of 'method_descriptor'
606-
# objects so ValueError is raised
605+
# TODO: RUSTPYTHON No signature found in builtin method __get__ of 'method_descriptor' objects.
607606
@unittest.expectedFailure
608607
def test_dunder_get_signature(self):
609608
sig = inspect.signature(object.__init__.__get__)

0 commit comments

Comments
 (0)