◐ Shell
clean mode source ↗

Message 391562 - Python tracker

Message391562

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