]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090)
authorTomasz Pytel <tompytel@gmail.com>
Fri, 4 Apr 2025 15:48:57 +0000 (11:48 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 15:48:57 +0000 (15:48 +0000)
commit3d3e7b0adaf62a2ed9925f93c3fad9cadd835b4a
tree57267d896c396bf36ce0781b4264716a84230832
parent05213afaa741444543eb69c34347cc55b2b77494
[3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090)

(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/symtable.c