]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 12 Feb 2020 20:37:49 +0000 (22:37 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 20:37:49 +0000 (22:37 +0200)
commit6e619c48b8e804ece9521453fc8da0640a04d5b1
treeb0814052868c0397aa1cae70827bf331d7e27be4
parent674935b8caf33e47c78f1b8e197b1b77a04992d2
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2020-02-12-12-01-26.bpo-39474.RZMEUH.rst [new file with mode: 0644]
Python/ast.c