]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744) (#132085)
authorTomasz Pytel <tompytel@gmail.com>
Fri, 4 Apr 2025 15:23:40 +0000 (11:23 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 15:23:40 +0000 (08:23 -0700)
commit900dc2b0340fdd77314b69780dbe1397067b2104
tree7553064d301a731f0a0a23302e71faed2392f9bb
parentd8986b7f5e91f6aedf33da29d46c094a104e1025
[3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744) (#132085)

(cherry picked from commit 891c61c1fa480928dd60cce8bbc8764630c95025)

Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
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