fix variable name
This commit is contained in:
parent
33f8f15bdd
commit
810aa6db34
|
@ -1019,7 +1019,7 @@ PyObject *PyCodec_NameReplaceErrors(PyObject *exc)
|
|||
*outp++ = Py_hexdigits[c&0xf];
|
||||
}
|
||||
|
||||
assert(out == start + ressize);
|
||||
assert(outp == start + ressize);
|
||||
assert(_PyUnicode_CheckConsistency(res, 1));
|
||||
restuple = Py_BuildValue("(Nn)", res, end);
|
||||
Py_DECREF(object);
|
||||
|
|
Loading…
Reference in New Issue