commit | 653f420b53a3aa87316cef59de8d3f5d9e11deb4 | [log] [tgz] |
---|---|---|
author | wyfo <joperez@hotmail.fr> | Wed Jul 22 21:47:28 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 22 12:47:28 2020 -0700 |
tree | 4ec1efe11e2698f2c56790f013c1cf1ae80c677b | |
parent | bf2f76ec0976c09de79c8827764f30e3b6fba776 [diff] |
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553) The issue raised by recursive evaluation is infinite recursion with recursive types. In that case, only the first recursive ForwardRef is evaluated.