]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113297: Fix segfault in compiler for with statement with 19 context manager...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 23 Dec 2023 13:29:11 +0000 (13:29 +0000)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2023 13:29:11 +0000 (13:29 +0000)
commit9d72a5cae7a545bc3e525e633ae3539869ccc171
treec1b3206c263bb669922003726973fd73776578de
parent4882d508be46eff5ae2d55d82f0aab169a59a0ed
[3.12] gh-113297: Fix segfault in compiler for with statement with 19 context managers (#113327) (#113404)
Include/internal/pycore_flowgraph.h
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-12-20-18-27-11.gh-issue-113297.BZyAI_.rst [new file with mode: 0644]
Python/flowgraph.c