Skip to content

Commit 183129f

Browse files
authored
Silence warnings when compiling pandas/_libs/parsers.pyx (#32368)
1 parent edc27e4 commit 183129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/parsers.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ cdef class TextReader:
701701
char *word
702702
object name, old_name
703703
int status
704-
uint64_t hr, data_line
704+
uint64_t hr, data_line = 0
705705
char *errors = "strict"
706706
StringPath path = _string_path(self.c_encoding)
707707

0 commit comments

Comments
 (0)