]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Fri, 7 Feb 2020 23:36:32 +0000 (00:36 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 23:36:32 +0000 (15:36 -0800)
commitd2e1098641f98594702ef29049c3c4a3f394786f
tree6402cd088da8774e2afa76aa67ad2910623238f4
parentdc7a50d73a3d16918529669ff7b8783c08cff090
bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405)
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2020-02-07-15-18-35.bpo-39579.itNmC0.rst [new file with mode: 0644]
Python/ast.c