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 benjamin.peterson, brett.cannon, georg.brandl, myronww, ncoghlan, r.david.murray, vstinner
Date 2015-12-16.22:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450306754.83.0.219233824567.issue25885@psf.upfronthosting.co.za>
In-reply-to
Content
"Would adding proper storage of syntax information in the AST cause performance issues?"

Exactly. And storing syntax information is useless for 90% of usages of AST. So Python is optimized for the most common cases.

Again, use a different project (like RedBaron) if you need *all* information in the AST.
History
Date User Action Args
2015-12-16 22:59:14vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, r.david.murray, myronww
2015-12-16 22:59:14vstinnersetmessageid: <1450306754.83.0.219233824567.issue25885@psf.upfronthosting.co.za>
2015-12-16 22:59:14vstinnerlinkissue25885 messages
2015-12-16 22:59:14vstinnercreate