]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87447: Fix walrus comprehension rebind checking (#100581)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 8 Jan 2023 22:51:29 +0000 (01:51 +0300)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 22:51:29 +0000 (15:51 -0700)
commitbc0a686f820d7d298a0b1450b155a717972de0fc
treef4e4f5acefd28c9cb42a4db8631ed0d59165992d
parent8d69828092f734cd9275459173a0f89bde109659
gh-87447: Fix walrus comprehension rebind checking (#100581)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Doc/whatsnew/3.12.rst
Lib/test/test_named_expressions.py
Misc/NEWS.d/next/Core and Builtins/2022-12-28-15-02-53.gh-issue-87447.7-aekA.rst [new file with mode: 0644]
Python/symtable.c