[issue16795] Patch: some changes to AST to make it more useful for static language analysis

Sven Brauch report at bugs.python.org
Fri Jan 11 23:26:11 CET 2013


Sven Brauch added the comment:

Not an issue, having this thing resolved upstream would save a huge lot of pain elsewhere. ;)

So, to make sure... I'll go to the asdl file, make arguments have two arg attributes which store the data for the var and kwarg which they can contain, then I adjust ast.c to reflect that new structure. Then I go to asdl.py and hack it so we can have attributes ( ... ) on arguments. Does that sound correct?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16795>
_______________________________________


More information about the Python-bugs-list mailing list