[Python-Dev] PEP 557: Data Classes (original) (raw)

Ivan Levkivskyi levkivskyi at gmail.com
Sun Sep 10 17:23:49 EDT 2017


On 10 September 2017 at 23:05, Mike Miller <python-ideas at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170910/2f4c199d/attachment-0001.html>



More information about the Python-Dev mailing list