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 kj
Recipients gvanrossum, kj, larry, pbryan
Date 2021-04-29.23:48:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOMZG7iHeazOkHVU3uigzfiBGJQHWS3MZCWQCKxekGLAAjHw+g@mail.gmail.com>
In-reply-to <1619729287.93.0.13597528869.issue42904@roundup.psfhosted.org>
Content
Hmm I think you're right - the normal behavior in Python is for local
variables to shadow global variables, and as a user I expect the same for
eval in inspect.get_annotation.
History
Date User Action Args
2021-04-29 23:48:45kjsetrecipients: + kj, gvanrossum, larry, pbryan
2021-04-29 23:48:45kjlinkissue42904 messages
2021-04-29 23:48:45kjcreate