On 10 September 2017 at 23:05, Mike Miller <python-ideas@mgmiller.net> wrote:
[...]
As the problem this PEP is solving is orthogonal to typing improvements

This is not the case, static support for dataclasses is an import point of motivation.
It is hard to support static typing for many third party packages like attrs, since they use a lot of "magic".

--
Ivan