mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
This commit is contained in:
parent
6f58b6b504
commit
f3fd733f92
8 changed files with 9 additions and 13 deletions
|
@ -668,8 +668,7 @@ PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
|
|||
|
||||
#ifndef Py_LIMITED_API
|
||||
PyAPI_FUNC(PyObject *) _PyUnicode_AsDefaultEncodedString(
|
||||
PyObject *unicode,
|
||||
const char *errors);
|
||||
PyObject *unicode);
|
||||
#endif
|
||||
|
||||
/* Returns a pointer to the default encoding (UTF-8) of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue