]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 May 2020 22:58:16 +0000 (15:58 -0700)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 22:58:16 +0000 (15:58 -0700)
commitd00aaf306aecf2d4bf9c9aebc9bc35ed03b1a7d0
tree143766070ad9b4ed5fb4c7aaaa23d18b6b8187ad
parent7178b1bb68aa14c35338b7b31ea5d1cbf76fb6a4
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
(cherry picked from commit b8a65ec1d3d4660d0ee38a9765d98f5cdcabdef5)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Grammar/python.gram
Lib/test/test_unpack_ex.py
Parser/pegen/parse.c