We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e618b7 commit 14176a5Copy full SHA for 14176a5
Include/unicodeobject.h
@@ -176,6 +176,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE;
176
# define PyUnicode_FromStringAndSize PyUnicodeUCS2_FromStringAndSize
177
# define PyUnicode_FromFormatV PyUnicodeUCS2_FromFormatV
178
# define PyUnicode_FromFormat PyUnicodeUCS2_FromFormat
179
+# define PyUnicode_FromWideChar PyUnicodeUCS2_FromWideChar
180
# define PyUnicode_GetDefaultEncoding PyUnicodeUCS2_GetDefaultEncoding
181
# define PyUnicode_GetMax PyUnicodeUCS2_GetMax
182
# define PyUnicode_GetSize PyUnicodeUCS2_GetSize
0 commit comments