]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (#154277)
authorsobolevn <mail@sobolevn.me>
Mon, 20 Jul 2026 22:11:04 +0000 (01:11 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 22:11:04 +0000 (01:11 +0300)
commit1034e07b7d55642c3a46252e6b0a631c2df588d2
treef52256a5316a45b1058cb0022438d69ca1e6199f
parent63b564fc8728036f165805407f7d2b4e8bfd3ef0
gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (#154277)
Lib/test/test_typing.py
Misc/NEWS.d/next/Core_and_Builtins/2026-07-20-20-16-08.gh-issue-154275.l961cA.rst [new file with mode: 0644]
Objects/genericaliasobject.c