This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, brett.cannon, eric.snow, meador.inge, scummos
Date 2013-01-11.03:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357876374.79.0.0742383923357.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, yes. This is part of the annoying inconsistency in our asdl framework. Here's what I think should happen:
- on arguments, vararg and kwarg should get the "arg" type, killing some of the numerous fields on arguments
- asdl needs to be hacked, so "arg" can have a lineno and col_offset attributes like the "expr" type.

Sorry this is getting so painful and involved.
History
Date User Action Args
2013-01-11 03:52:54benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, meador.inge, scummos, eric.snow
2013-01-11 03:52:54benjamin.petersonsetmessageid: <1357876374.79.0.0742383923357.issue16795@psf.upfronthosting.co.za>
2013-01-11 03:52:54benjamin.petersonlinkissue16795 messages
2013-01-11 03:52:53benjamin.petersoncreate