]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2026 22:40:04 +0000 (00:40 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 22:40:04 +0000 (22:40 +0000)
commitd1494f022d2750514c273ab3733f7dd73e7e6fd9
tree0f91b32085f378871ca4adc02835d6834d805a82
parent4294605c3da0d8a44412eb2ff1ad03530de13779
[3.15] gh-154275: Do not crash on deeply nested `__parameters__` in `GenericAlias` (GH-154277) (#154306)

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