]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias...
authorsobolevn <mail@sobolevn.me>
Tue, 21 Jul 2026 10:29:57 +0000 (13:29 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 10:29:57 +0000 (10:29 +0000)
commit09424550211089b059ff9ca255ee2e7e9aacc866
tree2d8b2d5d72efc3a13c2abb21e66683c0da6b0a5a
parent2efd2b8d18659a69ed9069568aa81c2bad7fcaf7
[3.13] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154340)

* [3.13] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277)
(cherry picked from commit 1034e07b7d55642c3a46252e6b0a631c2df588d2)

Co-authored-by: sobolevn <mail@sobolevn.me>
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