]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 18 May 2023 05:22:17 +0000 (22:22 -0700)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 05:22:17 +0000 (05:22 +0000)
commit662aede68b0ea222cf3db4715b310e91c51b665f
tree3b560e61fa420eb18de21cfc68a6c196a156a214
parent152227b569c3a9b87fe0483706f704762ced6d75
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/test/test_listcomps.py
Python/compile.c
Python/symtable.c