]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113297: Fix segfault in compiler for with statement with 19 context managers ...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 22 Dec 2023 01:50:26 +0000 (01:50 +0000)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 01:50:26 +0000 (01:50 +0000)
commitc31943af16f885c8cf5d5a690c25c366afdb2862
tree07f37431665e481e8d96275dbb541588e9158fe2
parent9afb0e1606cad41ed57c42ea0a53ac90433f211b
gh-113297: Fix segfault in compiler for with statement with 19 context managers (#113327)
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