mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge.
This commit is contained in:
commit
0d4f94a739
1 changed files with 1 additions and 1 deletions
|
@ -3235,7 +3235,7 @@ PyUnicode_EncodeLocale(PyObject *unicode, const char *errors)
|
|||
wchar_t *wstr;
|
||||
PyObject *bytes = NULL;
|
||||
char *errmsg;
|
||||
PyObject *reason;
|
||||
PyObject *reason = NULL;
|
||||
PyObject *exc;
|
||||
size_t error_pos;
|
||||
int surrogateescape;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue