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

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


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


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


----------

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


More information about the Python-bugs-list mailing list