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 georg.brandl
Recipients eltoder, georg.brandl, pitrou, rhettinger
Date 2013-10-14.13:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381758482.08.0.574769141207.issue11471@psf.upfronthosting.co.za>
In-reply-to
Content
Python-ast.c can't be changed; it is auto-generated.  But the whole thing can be handled in compile.c I think -- see attached patch.  Test suite passes (except for test_dis, which checks compilation result against a given list of bytecodes).
History
Date User Action Args
2013-10-14 13:48:02georg.brandlsetrecipients: + georg.brandl, rhettinger, pitrou, eltoder
2013-10-14 13:48:02georg.brandlsetmessageid: <1381758482.08.0.574769141207.issue11471@psf.upfronthosting.co.za>
2013-10-14 13:48:02georg.brandllinkissue11471 messages
2013-10-14 13:48:01georg.brandlcreate