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 xiang.zhang
Recipients benjamin.peterson, matejcik, serhiy.storchaka, xiang.zhang
Date 2017-01-05.11:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483615857.49.0.247510700292.issue29145@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems to me that unicodeobject.c should be changed in 3.x too.

I don't understand. Would you mind tell me which part? The only suspicious part to me is `PY_SSIZE_T_MAX >> (rkind - 1)`. It seems should be `PY_SSIZE_T_MAX / rkind`.

And I missed jan's patch so wrote mine. :-( But they are almost the same. :-)
History
Date User Action Args
2017-01-05 11:30:57xiang.zhangsetrecipients: + xiang.zhang, matejcik, benjamin.peterson, serhiy.storchaka
2017-01-05 11:30:57xiang.zhangsetmessageid: <1483615857.49.0.247510700292.issue29145@psf.upfronthosting.co.za>
2017-01-05 11:30:57xiang.zhanglinkissue29145 messages
2017-01-05 11:30:57xiang.zhangcreate