This commit is contained in:
Raymond Hettinger 2013-08-04 11:51:35 -07:00
commit 5ed1b38a7d

View File

@ -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;