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-05.23:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357428250.44.0.482253979479.issue16795@psf.upfronthosting.co.za>
In-reply-to
Content
While writing tests, I noticed that the additional fields (lineno, col_offset for vararg, kwarg, and other arguments) currently are mandatory. Is that a problem?
It doesn't seem trivial to change that, since apparently only attributes (not fields) can be optional, but those are not allowed by the syntax of python.asdl at this point.
In case the fields need to be mandatory, what would be the correct approach to achieve that?

Thanks.
History
Date User Action Args
2013-01-05 23:24:10scummossetrecipients: + scummos, brett.cannon, benjamin.peterson, meador.inge, eric.snow
2013-01-05 23:24:10scummossetmessageid: <1357428250.44.0.482253979479.issue16795@psf.upfronthosting.co.za>
2013-01-05 23:24:10scummoslinkissue16795 messages
2013-01-05 23:24:10scummoscreate