]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39176: Improve error message for 'named assignment' (GH-17777) (GH-17778)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jan 2020 03:28:08 +0000 (19:28 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 1 Jan 2020 03:28:08 +0000 (21:28 -0600)
commit6c004955aceb8a0cd8e14afbc608ebfdf7c8aa4a
tree51b36d7bffc65cdc050d9c3b8ba406419a701e24
parent302b35f82bdaac817966638e2630b452f4123958
bpo-39176: Improve error message for 'named assignment' (GH-17777) (GH-17778)

(cherry picked from commit 37143a8e3b2e9245d52f4ddebbdd1c6121c96884)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Lib/test/test_named_expressions.py
Lib/test/test_syntax.py
Python/ast.c