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 Rhamphoryncus, amaury.forgeotdarc, belopolsky, ezio.melotti, lemburg
Date 2010-11-26.16:35:11
SpamBayes Score 0.0003924039
Marked as misclassified No
Message-id <1290789314.44.0.597997500566.issue9200@psf.upfronthosting.co.za>
In-reply-to
Content
AFAICT, all ctype methods (isalpha, isdigit, etc.) have the same problem.  I posted a patch at issue10542 that introduces a Py_UNICODE_NEXT() macro that can help fixing all these methods.  I am adding #10542 as a dependency and if there are no objections, I will change the title to extend the scope of this issue to cover all ctype methods.
History
Date User Action Args
2010-11-26 16:35:14belopolskysetrecipients: + belopolsky, lemburg, amaury.forgeotdarc, Rhamphoryncus, ezio.melotti
2010-11-26 16:35:14belopolskysetmessageid: <1290789314.44.0.597997500566.issue9200@psf.upfronthosting.co.za>
2010-11-26 16:35:11belopolskylinkissue9200 messages
2010-11-26 16:35:11belopolskycreate