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 JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak
Date 2021-04-21.10:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619001286.98.0.17813176787.issue43817@roundup.psfhosted.org>
In-reply-to
Content
Just to round the bases: get_annotations() won't return an unmodified __annotations__ dict, but it *could* return a *consistent* dict.  It could keep a cache (lru or otherwise) of all responses so far.  I don't think that's what we want, I just thought I should point out the option.
History
Date User Action Args
2021-04-21 10:34:47larrysetrecipients: + larry, gvanrossum, barry, eric.smith, methane, JelleZijlstra, xtreak, kj
2021-04-21 10:34:46larrysetmessageid: <1619001286.98.0.17813176787.issue43817@roundup.psfhosted.org>
2021-04-21 10:34:46larrylinkissue43817 messages
2021-04-21 10:34:46larrycreate