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-09-28.08:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475050266.78.0.386373068592.issue28295@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_AsUCS4 declares to raise ValueError if buffer length is smaller than string length. But now the implementation raises SystemError.
History
Date User Action Args
2016-09-28 08:11:06xiang.zhangsetrecipients: + xiang.zhang, vstinner, serhiy.storchaka
2016-09-28 08:11:06xiang.zhangsetmessageid: <1475050266.78.0.386373068592.issue28295@psf.upfronthosting.co.za>
2016-09-28 08:11:06xiang.zhanglinkissue28295 messages
2016-09-28 08:11:06xiang.zhangcreate