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 scummos
Recipients benjamin.peterson, brett.cannon, eric.snow, meador.inge, scummos
Date 2013-01-11.22:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357943171.06.0.508468568889.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-01-11 22:26:11scummossetrecipients: + scummos, brett.cannon, benjamin.peterson, meador.inge, eric.snow
2013-01-11 22:26:11scummossetmessageid: <1357943171.06.0.508468568889.issue16795@psf.upfronthosting.co.za>
2013-01-11 22:26:10scummoslinkissue16795 messages
2013-01-11 22:26:10scummoscreate