]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40067: Improve error messages for multiple star expressions in assignments (GH...
authorFurkan Önder <furkanonder@protonmail.com>
Thu, 26 Mar 2020 01:54:31 +0000 (04:54 +0300)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 01:54:31 +0000 (01:54 +0000)
commitcb6534e1a8833b3f20bd88f52cf62a003426e855
tree691181f5f30f288f69e5a561ad817d381ed6fd1e
parent5c3cda0d1a850a1a9b43892f48376b8876bd5863
bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168)

Co-Authored-By: Batuhan Taşkaya <isidentical@gmail.com>
Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_unpack_ex.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2020-03-25-20-34-01.bpo-40067.0bFda2.rst [new file with mode: 0644]
Python/compile.c