]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:55:40 +0000 (04:55 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 02:55:40 +0000 (02:55 +0000)
commitf540bc9d4a2a59bc976d429506818ff5e9ae117e
treebbb1006df83686ec9c679dc047bc5e22189d9457
parenta52c8cbbf542b5af9ee35a38f607201cb093d593
[3.13] gh-146553: Fix infinite loop in typing.get_type_hints() on circular __wrapped__ (GH-148595) (#148896)

(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]