Skip to content

Commit a01e271

Browse files
ShaharNavehroberthdevries
authored andcommitted
Silence warnings when compiling pandas/_libs/parsers.pyx (pandas-dev#32368)
1 parent 4c26d88 commit a01e271

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)