]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 18 Dec 2019 01:41:58 +0000 (01:41 +0000)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Dec 2019 01:41:58 +0000 (17:41 -0800)
commitb1f204471092678dd89117e608fa041a9589d14c
tree74697f61aa155f5a67b297cca072f320c4c90cd8
parentbf3aa1060a29a05813abbe877193af16e3e7131e
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) (GH-17649)


Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit 50d4f12958bf806a4e1a1021d70cfd5d448c5cba)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
https://bugs.python.org/issue39080
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2019-12-17-21-45-36.bpo-39080.OrxEVS.rst [new file with mode: 0644]
Python/ast.c