]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104640: Disallow walrus in comprehension within type scopes (#104641)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 19 May 2023 14:31:09 +0000 (07:31 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 14:31:09 +0000 (07:31 -0700)
commit8a8853af24b41a73653d07dcc2f44d05b10e0673
tree0cfa1c4c2b088601db045ab2fa53727956f54e48
parentab8f54668b0c49186f1da8e127e303ca73220017
gh-104640: Disallow walrus in comprehension within type scopes (#104641)
Lib/test/test_type_params.py
Python/symtable.c