We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c8893 commit 07088e0Copy full SHA for 07088e0
Include/internal/pycore_unicodeobject.h
@@ -230,7 +230,7 @@ extern PyObject* _PyUnicode_DecodeUnicodeEscapeStateful(
230
231
/* Helper for PyUnicode_DecodeUnicodeEscape that detects invalid escape
232
chars. */
233
-extern PyObject* _PyUnicode_DecodeUnicodeEscapeInternal(
+PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscapeInternal(
234
const char *string, /* Unicode-Escape encoded string */
235
Py_ssize_t length, /* size of string */
236
const char *errors, /* error handling */
0 commit comments