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, serhiy.storchaka, vstinner
Date 2016-01-18.17:21:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453137697.66.0.887507520474.issue26146@psf.upfronthosting.co.za>
In-reply-to
Content
To support emiting constants from ast.Constant, we will also need the fix for the issue #25843. Currently, the compile merges constants (0, 0) and (0.0, 0.0) because they are equal, but item types are different.
History
Date User Action Args
2016-01-18 17:21:37vstinnersetrecipients: + vstinner, brett.cannon, benjamin.peterson, serhiy.storchaka
2016-01-18 17:21:37vstinnersetmessageid: <1453137697.66.0.887507520474.issue26146@psf.upfronthosting.co.za>
2016-01-18 17:21:37vstinnerlinkissue26146 messages
2016-01-18 17:21:37vstinnercreate