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 JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak
Date 2021-04-21.15:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619018246.81.0.434078741288.issue43817@roundup.psfhosted.org>
In-reply-to
Content
> And since there are definitely circumstances in which it can't return __annotations__ directly, that indicates that it should never return __annotations__ directly.

And the follow on here is that get_annotations() shouldn't set __annotations__ if it's None. I realize I'm just stating the obvious.
History
Date User Action Args
2021-04-21 15:17:26eric.smithsetrecipients: + eric.smith, gvanrossum, barry, larry, methane, JelleZijlstra, xtreak, kj
2021-04-21 15:17:26eric.smithsetmessageid: <1619018246.81.0.434078741288.issue43817@roundup.psfhosted.org>
2021-04-21 15:17:26eric.smithlinkissue43817 messages
2021-04-21 15:17:26eric.smithcreate