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 pitrou
Recipients dstufft, ezio.melotti, josh.r, pitrou, rhettinger, scoder, tim.peters
Date 2015-03-25.09:46:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427276768.72.0.570949278602.issue23712@psf.upfronthosting.co.za>
In-reply-to
Content
Given interned strings can already be compared by pointer, I'd recommend people call sys.intern() on their strings if they want really fast equality comparisons.
History
Date User Action Args
2015-03-25 09:46:08pitrousetrecipients: + pitrou, tim.peters, rhettinger, scoder, ezio.melotti, dstufft, josh.r
2015-03-25 09:46:08pitrousetmessageid: <1427276768.72.0.570949278602.issue23712@psf.upfronthosting.co.za>
2015-03-25 09:46:08pitroulinkissue23712 messages
2015-03-25 09:46:08pitroucreate