Skip to content

Commit b5b2d75

Browse files
committed
SetFunctionAttribute
1 parent 1e23d9a commit b5b2d75

File tree

5 files changed

+361
-166
lines changed

5 files changed

+361
-166
lines changed

Lib/test/test_typing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,8 +5353,6 @@ class A:
53535353
some.__no_type_check__
53545354
self.assertEqual(get_type_hints(some), {'args': int, 'return': int})
53555355

5356-
# TODO: RUSTPYTHON
5357-
@unittest.expectedFailure
53585356
def test_no_type_check_lambda(self):
53595357
@no_type_check
53605358
class A:

0 commit comments

Comments
 (0)