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

Serhiy Storchaka report at bugs.python.org
Sat Oct 26 09:46:09 EDT 2019


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


New changeset 26ae9f6d3d755734c9f371b9356325afe5764813 by Serhiy Storchaka in branch 'master':
bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861)
https://github.com/python/cpython/commit/26ae9f6d3d755734c9f371b9356325afe5764813


----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list