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 serhiy.storchaka
Recipients methane, rhettinger, serhiy.storchaka, vstinner
Date 2017-01-21.08:48:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484988486.81.0.143441109138.issue29336@psf.upfronthosting.co.za>
In-reply-to
Content
Following patch uses _PyCode_ConstantKey() as a key. This allows supporting integers, floats, bytes, etc.

But I think we can go further and merge constants recursively.

See also issue28813.
History
Date User Action Args
2017-01-21 08:48:06serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, methane
2017-01-21 08:48:06serhiy.storchakasetmessageid: <1484988486.81.0.143441109138.issue29336@psf.upfronthosting.co.za>
2017-01-21 08:48:06serhiy.storchakalinkissue29336 messages
2017-01-21 08:48:06serhiy.storchakacreate