Uh oh!
There was an error while loading. Please reload this page.
Add PyUnicodeWriter API - #95
Conversation
vstinner
commented
May 22, 2024
Wait until python/cpython#119184 is merged. |
TODO: update API doc.
seberg
commented
Aug 6, 2024
It seems to me that |
vstinner
commented
Aug 6, 2024
Oops, fixed by #104. |
#ifPY_VERSION_HEX<0x030E0000&&PY_VERSION_HEX >= 0x03060000&& !defined(PYPY_VERSION)
// snipPyErr_Format(PyExc_TypeError, "expect str, not %T", str);I did not experience the issue myself, but I think the |
vstinner
commented
Jun 24, 2025
Oops, well spotted: I created #146 to fix the issue. |
TODO: update API doc.