]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorator...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 Oct 2019 14:30:30 +0000 (17:30 +0300)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 14:30:30 +0000 (17:30 +0300)
commit493fef60a7600f83fe6916ed89d0fb0c0aab484d
tree3c58ac5f7d86a672d7701cb0aca86c1f308ce54c
parentc80955cdee60c2688819a99a4c54252d77998263
[2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16931)

(cherry picked from commit 26ae9f6d3d755734c9f371b9356325afe5764813)
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