commit | 15e5396d2e210326bbbe98384fb330d51e08ae21 | [log] [tgz] |
---|---|---|
author | Ryan Rowe <ryanf.rowe@gmail.com> | Fri Mar 06 09:43:03 2020 -0800 |
committer | GitHub <noreply@github.com> | Fri Mar 06 09:43:03 2020 -0800 |
tree | 99e44ba3fbe33ce1844babb09dc7d404a7634986 | |
parent | e796957d1b6a50633dff1eb50ffdc22f0f2e2c35 [diff] |
Fix ForwardRef hash and equality checks (#704) 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 e082e7c in python/cpython) Co-authored-by: plokmijnuhby 39633434+plokmijnuhby@users.noreply.github.com