Message8943

Author zyasoft
Recipients jeff.allen, zyasoft
Date 2014-09-01.03:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409542365.01.0.779858098484.issue2197@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for finding this. One thing that I found useful in testing the non-BMP implementation, when it was under development, is running the regrtest with PyUnicode#isBasicPlane always returning false.

Sounds good about the progress on index translation. Adding an additional O(n) factor for indexing is not very nice, and certainly surprising to code that assumes it is constant (if possibly expensive).
History
Date User Action Args
2014-09-01 03:32:45zyasoftsetmessageid: <1409542365.01.0.779858098484.issue2197@psf.upfronthosting.co.za>
2014-09-01 03:32:45zyasoftsetrecipients: + zyasoft, jeff.allen
2014-09-01 03:32:44zyasoftlinkissue2197 messages
2014-09-01 03:32:44zyasoftcreate