commit | e91edfed4214dbae17b8906b5dc7778769aac620 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 13 13:00:39 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 13 13:00:39 2019 -0700 |
tree | 00f76a6d89edba26c9fc11b4023411ec288d5f29 | |
parent | cd85200f6d7a92fab04dd8b4745e6ff8d79f231e [diff] |
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) Ideally if we stick a ForwardRef in a dictionary we would like to reliably be able to get it out again. https://bugs.python.org/issue37953 (cherry picked from commit e082e7cbe4a934b86f7a07354d97d4e14a9dd46a) Co-authored-by: plokmijnuhby <39633434+plokmijnuhby@users.noreply.github.com>