mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +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
|
|
@ -551,7 +551,7 @@ convertitem(PyObject *arg, const char **p_format, va_list *p_va, int flags,
|
|||
|
||||
|
||||
#define UNICODE_DEFAULT_ENCODING(arg) \
|
||||
_PyUnicode_AsDefaultEncodedString(arg, NULL)
|
||||
_PyUnicode_AsDefaultEncodedString(arg)
|
||||
|
||||
/* Format an error message generated by convertsimple(). */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue