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

Sven Brauch report at bugs.python.org
Sat Jan 19 22:00:51 CET 2013


Sven Brauch added the comment:

Here's the next version which I hope to be somewhat complete now.

vararg and kwarg are now of type arg, and I did all the changes which are required to make this possible. The ast tests pass.

Do you prefer to have this as one large patch all together, or would you rather like to review (and apply) 3..4 patches split into the individual features I implemented?

----------
Added file: http://bugs.python.org/file28786/full3.diff

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


More information about the Python-bugs-list mailing list