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 Trundle, alex, benjamin.peterson, brett.cannon, daniel.urban, dmalcolm, eltoder, georg.brandl, mark.dickinson, nadeem.vawda, ncoghlan, pitrou, rhettinger, santoso.wijaya, terry.reedy
Date 2011-03-27.11:50:50
SpamBayes Score 0.00026330215
Marked as misclassified No
Message-id <1301226650.95.0.746351413194.issue11549@psf.upfronthosting.co.za>
In-reply-to
Content
I would provide this via another compile flag a la PyCF_ONLY_AST.  If you give only this flag, you get the original AST.  If you give (e.g.)
PyCF_OPTIMIZED_AST, you get the resulting AST after the optimization stage (or the same, if optimization has been disabled).
History
Date User Action Args
2011-03-27 11:50:51georg.brandlsetrecipients: + georg.brandl, brett.cannon, rhettinger, terry.reedy, mark.dickinson, ncoghlan, pitrou, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, daniel.urban, santoso.wijaya, eltoder
2011-03-27 11:50:50georg.brandlsetmessageid: <1301226650.95.0.746351413194.issue11549@psf.upfronthosting.co.za>
2011-03-27 11:50:50georg.brandllinkissue11549 messages
2011-03-27 11:50:50georg.brandlcreate