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 JelleZijlstra
Recipients Guido.van.Rossum, JelleZijlstra, eric.smith, gvanrossum, kokxxxxik, larry
Date 2021-04-28.05:02:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619586134.8.0.92306675862.issue43901@roundup.psfhosted.org>
In-reply-to
Content
For what it's worth, I checked grep.app and found only one usage of del on __annotations__, in a test suite: https://github.com/go-python/gpython/blob/master/py/tests/function.py#L82. Changing its behavior seems very low risk.
History
Date User Action Args
2021-04-28 05:02:14JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, larry, eric.smith, Guido.van.Rossum, kokxxxxik
2021-04-28 05:02:14JelleZijlstrasetmessageid: <1619586134.8.0.92306675862.issue43901@roundup.psfhosted.org>
2021-04-28 05:02:14JelleZijlstralinkissue43901 messages
2021-04-28 05:02:14JelleZijlstracreate