]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Oct 2019 14:06:40 +0000 (07:06 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 14:06:40 +0000 (07:06 -0700)
commitba3a566328e8df49741059b24a41480e248bf6d7
treee6cbbc3df403f496677bd2aacb1d9fcc06fa9805
parentcf028b57169499f82b73dd0977fe0bab40778a60
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861)

(cherry picked from commit 26ae9f6d3d755734c9f371b9356325afe5764813)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2019-10-20-12-43-48.bpo-38535.ESMkVN.rst [new file with mode: 0644]
Python/ast.c