1 parent f157d4c commit fea5642Copy full SHA for fea5642
1 file changed
Python/codecs.c
@@ -1019,7 +1019,7 @@ PyObject *PyCodec_NameReplaceErrors(PyObject *exc)
1019
*outp++ = Py_hexdigits[c&0xf];
1020
}
1021
1022
- assert(out == start + ressize);
+ assert(outp == start + ressize);
1023
assert(_PyUnicode_CheckConsistency(res, 1));
1024
restuple = Py_BuildValue("(Nn)", res, end);
1025
Py_DECREF(object);
0 commit comments