[issue29764] PyUnicode_Decode with encoding utf8 crashes

Xiang Zhang report at bugs.python.org
Thu Mar 9 02:23:27 EST 2017


Xiang Zhang added the comment:

You need to first call `Py_Initialize()` to initialize the Python interpreter. It is required.

----------
nosy: +xiang.zhang
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29764>
_______________________________________


More information about the Python-bugs-list mailing list