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 benjamin.peterson, brett.cannon, serhiy.storchaka, vstinner
Date 2016-01-18.17:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453139062.24.0.137616075719.issue26146@psf.upfronthosting.co.za>
In-reply-to
Content
Would it make sense to tag the type of the constant in the node somehow?

We also make no backwards-compatibility guarantees about the AST, so if it simplifies things to switch entirely to Constant from Num, etc. then I said do it.
History
Date User Action Args
2016-01-18 17:44:22brett.cannonsetrecipients: + brett.cannon, vstinner, benjamin.peterson, serhiy.storchaka
2016-01-18 17:44:22brett.cannonsetmessageid: <1453139062.24.0.137616075719.issue26146@psf.upfronthosting.co.za>
2016-01-18 17:44:22brett.cannonlinkissue26146 messages
2016-01-18 17:44:22brett.cannoncreate