You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test after syncing NotImplemented fixture definition with typeshed
Test case testReturnAnyForNotImplementedInNormalMethods become silently
invalid after typeshed changes it defintiion of NotImplemented from
Any to a subclass to Any.
We can store the old behavior by special casing NotImplemented in
check_return_stmt.
0 commit comments