Add PyUnicodeWriter API#95
Conversation
TODO: update API doc.
|
It seems to me that |
Sorry, something went wrong.
Oops, fixed by #104. |
Sorry, something went wrong.
#if PY_VERSION_HEX < 0x030E0000 && PY_VERSION_HEX >= 0x03060000 && !defined(PYPY_VERSION)
// snip
PyErr_Format(PyExc_TypeError, "expect str, not %T", str);I did not experience the issue myself, but I think the |
Sorry, something went wrong.
Oops, well spotted: I created #146 to fix the issue. |
Sorry, something went wrong.
TODO: update API doc.