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 loewis
Recipients belopolsky, ezio.melotti, lemburg, loewis, terry.reedy, vstinner
Date 2013-06-24.05:52:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372053148.32.0.180986907382.issue18236@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on that patch. It's using trickery to implement the test, and it's not clear that it is actually as efficient as the previous version. The previous version was explicitly modified to use a table lookup for performance reasons.

I'd be fine with not generating PyUnicode_IsWhiteSpace at all, but instead hand-coding it. I suspect that we might want to use more of PropList at some point, so an effort to parse it might not be wasted.
History
Date User Action Args
2013-06-24 05:52:28loewissetrecipients: + loewis, lemburg, terry.reedy, belopolsky, vstinner, ezio.melotti
2013-06-24 05:52:28loewissetmessageid: <1372053148.32.0.180986907382.issue18236@psf.upfronthosting.co.za>
2013-06-24 05:52:28loewislinkissue18236 messages
2013-06-24 05:52:28loewiscreate