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 lemburg, vstinner, xiang.zhang
Date 2016-10-13.04:30:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476333006.27.0.165344919585.issue28426@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_AsDecodedObject was added in f46d49e2e0f0 and became an API in 2284fa89ab08. It seems its intention is to return a Python object. But during evolution, with commits 5f11621a6f51 and 123f2dc08b3e, it can only return unicode now, becoming another version of PyUnicode_AsDecodedUnicode. Is this the wanted behaviour?
History
Date User Action Args
2016-10-13 04:30:06xiang.zhangsetrecipients: + xiang.zhang, lemburg, vstinner
2016-10-13 04:30:06xiang.zhangsetmessageid: <1476333006.27.0.165344919585.issue28426@psf.upfronthosting.co.za>
2016-10-13 04:30:06xiang.zhanglinkissue28426 messages
2016-10-13 04:30:05xiang.zhangcreate