]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix elif start column offset when there is an else following (GH-17596) (GH-17600)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 14 Dec 2019 10:43:42 +0000 (02:43 -0800)
committerPablo Galindo <Pablogsal@gmail.com>
Sat, 14 Dec 2019 10:43:42 +0000 (10:43 +0000)
commitce333cd7d5948b501a988bb56d6a1648e973577c
tree83d9cd33efcff7c088ed7556583de900f29fff6b
parent4a5db78c9a46a9d151635bc09c7c891069c6bf52
Fix elif start column offset when there is an else following (GH-17596) (GH-17600)

(cherry picked from commit 5936a4ce914d42af97b9238e5090dedc8d5b0bd2)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_ast.py
Python/ast.c