Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33
Add PyUnicodeWriter API#95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vstinner commentedMay 22, 2024
Wait untilpython/cpython#119184 is merged. |
TODO: update API doc.
seberg commentedAug 6, 2024
It seems to me that |
vstinner commentedAug 6, 2024
Oops, fixed by#104. |
Rogdham commentedJun 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
#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 commentedJun 24, 2025
Oops, well spotted: I created#146 to fix the issue. |
TODO: update API doc.