]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121272: move async for/with validation from compiler to symtable (#121361)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 4 Jul 2024 13:47:21 +0000 (14:47 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 13:47:21 +0000 (14:47 +0100)
commit67a05de17ca811459e0e856d8e51d0eaf0f76232
tree317a5e6827752b59cef8832cc56d1d913e366561
parent715ec630dd78819ed79cad5ac28617daefe1e745
gh-121272: move async for/with validation from compiler to symtable (#121361)
Python/compile.c
Python/symtable.c