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 larry
Recipients eric.smith, gvanrossum, larry
Date 2021-04-21.23:34:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619048069.74.0.671887895332.issue43901@roundup.psfhosted.org>
In-reply-to
Content
> * Never modify o.__annotations__.

Let me revise that to:

* If o.__annotations__ is a dict, never modify the contents of that dict.
History
Date User Action Args
2021-04-21 23:34:29larrysetrecipients: + larry, gvanrossum, eric.smith
2021-04-21 23:34:29larrysetmessageid: <1619048069.74.0.671887895332.issue43901@roundup.psfhosted.org>
2021-04-21 23:34:29larrylinkissue43901 messages
2021-04-21 23:34:29larrycreate