commit | 1b1f9852bda85c01ef124858f293e9c13e04ffce | [log] [tgz] |
---|---|---|
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | Tue Apr 27 01:31:21 2021 +0800 |
committer | GitHub <noreply@github.com> | Mon Apr 26 10:31:21 2021 -0700 |
tree | 30b50ebb738a3a80ce5fff7f0b259af366774d48 | |
parent | 94549ee728cd88d1ef053aab50da422f9e99b434 [diff] |
bpo-42904: Change search order of typing.get_type_hints eval (#25632) While surprising (searching globals before locals in one specific case), this is needed for backwards compatibility.