]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104602: ensure all cellvars are known up front (#104603)
authorCarl Meyer <carl@oddbird.net>
Fri, 19 May 2023 00:07:35 +0000 (18:07 -0600)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 00:07:35 +0000 (00:07 +0000)
commit86e6f16ccb97f66f2b9a31191ce347dca499d48c
tree32a0860742245c2d9a5cc509716d747ad5563594
parent3fadd7d5857842fc5cddd4c496b73161b0bcb421
gh-104602: ensure all cellvars are known up front (#104603)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Include/internal/pycore_symtable.h
Lib/test/test_listcomps.py
Python/compile.c
Python/symtable.c