Skip to content

Commit b4b8dbc

Browse files
committed
keep reducing the diff
1 parent f2d56da commit b4b8dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_csv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,9 +962,9 @@ Reader_iternext(PyObject *op)
962962
ReaderObj *self = _ReaderObj_CAST(op);
963963

964964
PyObject *fields = NULL;
965+
Py_UCS4 c;
965966
Py_ssize_t pos, linelen, chunk_end, p;
966967
PyObject *lineobj;
967-
Py_UCS4 c;
968968

969969
#define FIND_AND_UPDATE_CHUNK_END(c) \
970970
do \

0 commit comments

Comments
 (0)