Python 3.14.0b3

This commit is contained in:
Hugo van Kemenade 2025-06-17 18:40:33 +03:00
parent c1735c5b4e
commit 26d485d122
62 changed files with 631 additions and 146 deletions

View file

@ -1811,7 +1811,7 @@ object.
On success, return ``0``.
On error, set an exception, leave the writer unchanged, and return ``-1``.
.. versionadded:: next
.. versionadded:: 3.14
.. c:function:: int PyUnicodeWriter_WriteWideChar(PyUnicodeWriter *writer, const wchar_t *str, Py_ssize_t size)