commit | 41d1c04f73185c1238680142aa1a81f54f2bf4a4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jul 26 08:31:24 2020 -0700 |
committer | GitHub <noreply@github.com> | Sun Jul 26 08:31:24 2020 -0700 |
tree | 69dfffc681142b455423329b8bcabfeb1b2580e3 | |
parent | 8b7544cd024077615c62517f91ee74f50f40701d [diff] |
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553) The issue raised by recursive evaluation is infinite recursion with recursive types. In that case, only the first recursive ForwardRef is evaluated. (cherry picked from commit 653f420b53a3aa87316cef59de8d3f5d9e11deb4) Co-authored-by: wyfo <joperez@hotmail.fr>