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 serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-02.17:54:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475430846.31.0.02389454225.issue28295@psf.upfronthosting.co.za>
In-reply-to
Content
Yes. Changing the implementation or the doc is still in question so in the title I just use conflicts. Scanning unicodeobject.c there seems no general rules about which to use. But actually I'm in favour of ValueError. From the description in https://docs.python.org/3/library/exceptions.html, SystemError is raised when the interpreter finds an internal error. I actually don't think this error is an interpreter internal error.

But no matter what the resolution is, we can add a test for ucs4. :-)
History
Date User Action Args
2016-10-02 17:54:06xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-10-02 17:54:06xiang.zhangsetmessageid: <1475430846.31.0.02389454225.issue28295@psf.upfronthosting.co.za>
2016-10-02 17:54:06xiang.zhanglinkissue28295 messages
2016-10-02 17:54:06xiang.zhangcreate