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
@@ -216,7 +216,6 @@ typing.type_check_only # typing decorator that is not available at runtime
216
216
unittest.mock.patch # It's a complicated overload and I haven't been able to figure out why stubtest doesn't like it
217
217
urllib.parse._DefragResultBase.__new__ # Generic NamedTuple is problematic in mypy, so regular tuple was used. See https://github.com/python/mypy/issues/685
218
218
urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ # Args are passed as is to super, so super args are specified
219
-
warnings.catch_warnings.__init__ # Defining this ruins the __new__ overrides
220
219
weakref.CallableProxyType.__getattr__ # Should have all attributes of proxy
221
220
weakref.ProxyType.__getattr__ # Should have all attributes of proxy
222
221
weakref.ReferenceType.* # Alias for _weakref.ReferenceType, problems should be fixed there
0 commit comments