Skip to content

Commit

Permalink
Export _PyUnicode_DecodeUnicodeEscapeInternal()
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 4, 2023
1 parent 20c8893 commit 07088e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_unicodeobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ extern PyObject* _PyUnicode_DecodeUnicodeEscapeStateful(

/* Helper for PyUnicode_DecodeUnicodeEscape that detects invalid escape
chars. */
extern PyObject* _PyUnicode_DecodeUnicodeEscapeInternal(
PyAPI_FUNC(PyObject*) _PyUnicode_DecodeUnicodeEscapeInternal(
const char *string, /* Unicode-Escape encoded string */
Py_ssize_t length, /* size of string */
const char *errors, /* error handling */
Expand Down

0 comments on commit 07088e0

Please sign in to comment.