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 belopolsky
Recipients belopolsky, eric.smith, ezio.melotti, lemburg, pitrou
Date 2010-11-25.07:13:23
SpamBayes Score 1.3834594e-06
Marked as misclassified No
Message-id <1290669206.16.0.491013770926.issue10521@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another proof of concept patch for the isalpha issue that introduces a higher level abstraction macro - Py_UNICODE_NEXT.  It should be possible to reuse this macro in all isxyz methods and other places where surrogates are currently processed.  I should be possible to come up with a pure macro definition of Py_UNICODE_NEXT.
History
Date User Action Args
2010-11-25 07:13:26belopolskysetrecipients: + belopolsky, lemburg, pitrou, eric.smith, ezio.melotti
2010-11-25 07:13:26belopolskysetmessageid: <1290669206.16.0.491013770926.issue10521@psf.upfronthosting.co.za>
2010-11-25 07:13:24belopolskylinkissue10521 messages
2010-11-25 07:13:24belopolskycreate