Skip to content

Commit 07088e0

Browse files
committed
Export _PyUnicode_DecodeUnicodeEscapeInternal()
1 parent 20c8893 commit 07088e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_unicodeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ extern PyObject* _PyUnicode_DecodeUnicodeEscapeStateful(
230230

231231
/* Helper for PyUnicode_DecodeUnicodeEscape that detects invalid escape
232232
chars. */
233-
extern PyObject* _PyUnicode_DecodeUnicodeEscapeInternal(
233+
PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscapeInternal(
234234
const char *string, /* Unicode-Escape encoded string */
235235
Py_ssize_t length, /* size of string */
236236
const char *errors, /* error handling */

0 commit comments

Comments
 (0)