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 benjamin.peterson, brett.cannon, methane, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2018-04-20.13:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524229288.03.0.682650639539.issue33298@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset d70c2a6894d80410b6f5a3129d6b1062ea8fd4e4 by Serhiy Storchaka in branch 'master':
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512)
https://github.com/python/cpython/commit/d70c2a6894d80410b6f5a3129d6b1062ea8fd4e4
History
Date User Action Args
2018-04-20 13:01:28serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, benjamin.peterson, methane, yselivanov
2018-04-20 13:01:28serhiy.storchakasetmessageid: <1524229288.03.0.682650639539.issue33298@psf.upfronthosting.co.za>
2018-04-20 13:01:28serhiy.storchakalinkissue33298 messages
2018-04-20 13:01:27serhiy.storchakacreate