Improve abc module and builtin function decorators (#5703)

This commit is contained in:
Sebastian Rittau
2022-02-02 16:22:32 +01:00
committed by GitHub
parent 584336a41e
commit 2dc53caffe
4 changed files with 26 additions and 22 deletions

View File

@@ -19,8 +19,6 @@ _csv.Dialect.__init__ # C __init__ signature is inaccurate
_socket.*
_threading_local.local.__new__
_weakref.ref.__call__
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