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, vstinner
Date 2017-02-07.09:01:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486458117.72.0.601000722772.issue29469@psf.upfronthosting.co.za>
In-reply-to
Content
With this change, the Python compiler doesn't emit ast.Num nor ast.Str, right?

If we merge such change, we should prepare projects using AST. There is something like that in pip, but I failed to remind which one :-/ It should be easy: apply your patch, try to install something using pip and see the traceback ;-)
History
Date User Action Args
2017-02-07 09:01:57vstinnersetrecipients: + vstinner, methane
2017-02-07 09:01:57vstinnersetmessageid: <1486458117.72.0.601000722772.issue29469@psf.upfronthosting.co.za>
2017-02-07 09:01:57vstinnerlinkissue29469 messages
2017-02-07 09:01:57vstinnercreate