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 flox
Recipients flox, giampaolo.rodola, pitrou
Date 2010-01-03.13:47:35
SpamBayes Score 0.025792575
Marked as misclassified No
Message-id <1262526457.05.0.473222253764.issue7607@psf.upfronthosting.co.za>
In-reply-to
Content
Another place where this optimization will apply:
 "Objects/unicodeobject.c" for the bloom filters:

#define BLOOM(mask, ch) ((mask & (1 << ((ch) & 0x1F))))
History
Date User Action Args
2010-01-03 13:47:37floxsetrecipients: + flox, pitrou, giampaolo.rodola
2010-01-03 13:47:37floxsetmessageid: <1262526457.05.0.473222253764.issue7607@psf.upfronthosting.co.za>
2010-01-03 13:47:35floxlinkissue7607 messages
2010-01-03 13:47:35floxcreate