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 BreamoreBoy, David MacIver, Kevin Shweh, Tijs Van Oevelen, abarry, arigo, donmez, ezio.melotti, fijall, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, torsten, vstinner
Date 2015-12-14.17:31:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450114263.81.0.0705945581284.issue25843@psf.upfronthosting.co.za>
In-reply-to
Content
code_richcompare-2.patch: Updated patch to handle also frozenset, the other constant type generated by the peephole optimizer.
History
Date User Action Args
2015-12-14 17:31:03vstinnersetrecipients: + vstinner, arigo, rhettinger, ncoghlan, donmez, ezio.melotti, r.david.murray, torsten, BreamoreBoy, fijall, serhiy.storchaka, David MacIver, abarry, Kevin Shweh, Tijs Van Oevelen
2015-12-14 17:31:03vstinnersetmessageid: <1450114263.81.0.0705945581284.issue25843@psf.upfronthosting.co.za>
2015-12-14 17:31:03vstinnerlinkissue25843 messages
2015-12-14 17:31:03vstinnercreate