We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbfaa0 commit 6b90887Copy full SHA for 6b90887
1 file changed
Modules/_csv.c
@@ -1027,9 +1027,8 @@ Reader_iternext(PyObject *op)
1027
return NULL;
1028
}
1029
++self->line_num;
1030
-
1031
- linelen = PyUnicode_GET_LENGTH(lineobj);
1032
pos = 0;
+ linelen = PyUnicode_GET_LENGTH(lineobj);
1033
1034
while (pos < linelen) {
1035
/* For IN_FIELD and IN_QUOTED_FIELD states, optimize by finding
0 commit comments