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
Copy file name to clipboardExpand all lines: tests/stubtest_allowlists/py3_common.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,6 @@ types.SimpleNamespace.__init__ # class doesn't accept positional arguments but
205
205
typing.IO.__next__ # Added because IO streams are iterable. See https://github.com/python/typeshed/commit/97bc450acd60c1bcdafef3ce8fbe3b95a9c0cac3
206
206
typing.type_check_only # typing decorator that is not available at runtime
207
207
unittest.mock.patch # It's a complicated overload and I haven't been able to figure out why stubtest doesn't like it
208
-
urllib.parse._DefragResultBase.__new__ # Generic NamedTuple is problematic in mypy, so regular tuple was used. See https://github.com/python/mypy/issues/685
209
208
urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ # Args are passed as is to super, so super args are specified
210
209
weakref.CallableProxyType.__getattr__ # Should have all attributes of proxy
211
210
weakref.ProxyType.__getattr__ # Should have all attributes of proxy
0 commit comments