]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ ...
authorShamil <ashm.tech@proton.me>
Thu, 23 Apr 2026 02:31:58 +0000 (05:31 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 02:31:58 +0000 (19:31 -0700)
commitbe833e658aaf6703b0dd0c0dadb893d72cbe4c77
treec18d3db331065ab8f3f773ed1a3c1d794eff75ba
parent79321fdce3227cf09bb8a2894d856753f1ba098e
gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ (#148595)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2026-04-15-11-00-39.gh-issue-146553.VGOsoP.rst [new file with mode: 0644]