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, pitrou
Date 2009-12-21.13:01:45
SpamBayes Score 3.188453e-06
Marked as misclassified No
Message-id <1261400507.15.0.376089102862.issue7462@psf.upfronthosting.co.za>
In-reply-to
Content
Actually I see different macros which do the same thing: I will consider
reusing STRINGLIB_CMP to re-define PyUNICODE_MATCH and PySTRING_MATCH
(or create aliases if they have the same signature).

I can prepare a "all-in-one" patch which fixes all these things.
But don't you think we should do this incrementally, i.e. commit the
current patch before refactoring more code?

I will remove the "#if 1  /* USE_FAST */".
History
Date User Action Args
2009-12-21 13:01:47floxsetrecipients: + flox, pitrou
2009-12-21 13:01:47floxsetmessageid: <1261400507.15.0.376089102862.issue7462@psf.upfronthosting.co.za>
2009-12-21 13:01:45floxlinkissue7462 messages
2009-12-21 13:01:45floxcreate