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 vstinner
Recipients methane, rhettinger, serhiy.storchaka, vstinner
Date 2017-01-24.09:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485251297.96.0.279902592314.issue29336@psf.upfronthosting.co.za>
In-reply-to
Content
> But this can be done better with the AST optimizer (issue1346238, issue11549).

There are also the PEP 511 (Code transformers) which was created to implement *external* AST optimizers, and the FAT Python which implements an AST optimizer.

Hum, after "-o no_annotation" discussed on the mailing list, maybe it's time to look again at this PEP? ;-)
History
Date User Action Args
2017-01-24 09:48:17vstinnersetrecipients: + vstinner, rhettinger, methane, serhiy.storchaka
2017-01-24 09:48:17vstinnersetmessageid: <1485251297.96.0.279902592314.issue29336@psf.upfronthosting.co.za>
2017-01-24 09:48:17vstinnerlinkissue29336 messages
2017-01-24 09:48:17vstinnercreate