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 brett.cannon
Recipients Mark.Shannon, benjamin.peterson, brett.cannon, eitan.adler, flherne, georg.brandl, lukasz.langa, mbussonn, methane, minrk, ncoghlan, ned.deily, rhettinger, serhiy.storchaka, vstinner
Date 2018-05-25.20:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527279876.7.0.682650639539.issue32911@psf.upfronthosting.co.za>
In-reply-to
Content
Just to quickly touch on Matthias' question about opt-in or deprecations, a key thing to note is the ast module is automatically generated from the ASDL file, so either of those approaches would require developing a new mechanism in the code generator to support either approach.
History
Date User Action Args
2018-05-25 20:24:36brett.cannonsetrecipients: + brett.cannon, georg.brandl, rhettinger, ncoghlan, vstinner, benjamin.peterson, ned.deily, methane, lukasz.langa, Mark.Shannon, serhiy.storchaka, eitan.adler, minrk, mbussonn, flherne
2018-05-25 20:24:36brett.cannonsetmessageid: <1527279876.7.0.682650639539.issue32911@psf.upfronthosting.co.za>
2018-05-25 20:24:36brett.cannonlinkissue32911 messages
2018-05-25 20:24:36brett.cannoncreate