]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped_...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Apr 2026 02:57:38 +0000 (04:57 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 02:57:38 +0000 (02:57 +0000)
commit27cd23470a3c69f3e1e9554721a0c3ff7c5b3449
tree01b0116388f25d2624ec325b0f014021598cec6f
parent3c71d3654e285ec84391b34266d0175e294a222c
[3.14] gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ (GH-148595) (#148895)

(cherry picked from commit be833e658aaf6703b0dd0c0dadb893d72cbe4c77)

Co-authored-by: Shamil <ashm.tech@proton.me>
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]