[issue38535] Incorrect col_offset for decorators with zero arguments (empty parentheses)

Serhiy Storchaka report at bugs.python.org
Sat Oct 26 10:30:33 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset 493fef60a7600f83fe6916ed89d0fb0c0aab484d by Serhiy Storchaka in branch '2.7':
[2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16931)
https://github.com/python/cpython/commit/493fef60a7600f83fe6916ed89d0fb0c0aab484d


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38535>
_______________________________________


More information about the Python-bugs-list mailing list