This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith, levkivskyi, mdrachuk, plammens
Date 2021-07-24.11:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627126887.28.0.48882074502.issue36643@roundup.psfhosted.org>
In-reply-to
Content
Also, when dataclasses was originally written, it deliberately did not import typing, for performance reasons. I don't know if PEP 560 (I think) improved performance enough to make a difference. But adding this dependency needs to be looked at.

But if we are going to import typing, there are other changes that I'd like to make, like improving the ClassVar stuff.
History
Date User Action Args
2021-07-24 11:41:27eric.smithsetrecipients: + eric.smith, levkivskyi, mdrachuk, plammens
2021-07-24 11:41:27eric.smithsetmessageid: <1627126887.28.0.48882074502.issue36643@roundup.psfhosted.org>
2021-07-24 11:41:27eric.smithlinkissue36643 messages
2021-07-24 11:41:27eric.smithcreate