]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128632: fix segfault on nested __classdict__ type param (#128744)
authorTomasz Pytel <tompytel@gmail.com>
Fri, 4 Apr 2025 13:23:35 +0000 (09:23 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 13:23:35 +0000 (06:23 -0700)
commit891c61c1fa480928dd60cce8bbc8764630c95025
treec6a11700967eaaf019003f8d132ca649263a9e79
parentd1db43c139121202898e2d75df43ed2eb06a8470
gh-128632: fix segfault on nested __classdict__ type param (#128744)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-11-20-11-28.gh-issue-128632.ryhnKs.rst [new file with mode: 0644]
Python/assemble.c
Python/symtable.c