Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

PyUnicode_AsDecodedObject() and PyUnicode_AsDecodedUnicode() appear to be 
broken as well: both start with a PyUnicode_Check(unicode) and then pass 
unicode to PyCodec_Decode() which expects bytes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10435>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to