Allowlists: add note to abstractstaticmethod/abstractstaticmethod entries (#6553)

This commit is contained in:
Alex Waygood
2021-12-09 14:37:17 +00:00
committed by GitHub
parent f929d30ec0
commit bbde06867c

View File

@@ -14,8 +14,8 @@ _csv.Dialect.__init__ # C __init__ signature is inaccurate
_socket.*
_threading_local.local.__new__
_typeshed.* # Utility types for typeshed, doesn't exist at runtime
abc.abstractclassmethod
abc.abstractstaticmethod
abc.abstractclassmethod # Deprecated, unsupported by mypy, hard to fix. #6552
abc.abstractstaticmethod # Deprecated, unsupported by mypy, hard to fix. #6552
abc.ABCMeta.__new__ # pytype wants the parameter named cls and not mcls
_weakref.CallableProxyType.__getattr__ # Should have all attributes of proxy
_weakref.ProxyType.__getattr__ # Should have all attributes of proxy