[issue39134] can't construct dataclass as ABC (or runtime check as data protocol)

Guido van Rossum report at bugs.python.org
Sun Dec 29 00:21:08 EST 2019


Guido van Rossum <guido at python.org> added the comment:

Have you tried dropping ABCMeta? Mypy checks @abstractmethod regardless.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39134>
_______________________________________


More information about the Python-bugs-list mailing list