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 kj
Recipients eric.smith, gvanrossum, kj, xirdneh
Date 2021-10-20.16:02:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634745732.9.0.247289211268.issue43257@roundup.psfhosted.org>
In-reply-to
Content
Rejecting this since annotations are expressions that have side effects (so anti-patterns are discouraged). If you *really* want this, I suspect str: "str"="asdf" or using `from __future__ import annotations` will work.
History
Date User Action Args
2021-10-20 16:02:13kjsetrecipients: + kj, gvanrossum, eric.smith, xirdneh
2021-10-20 16:02:12kjsetmessageid: <1634745732.9.0.247289211268.issue43257@roundup.psfhosted.org>
2021-10-20 16:02:12kjlinkissue43257 messages
2021-10-20 16:02:12kjcreate