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 13717ec commit 2cd971aCopy full SHA for 2cd971a
pandas/_libs/tslibs/parsing.pyx
@@ -54,7 +54,7 @@ cdef:
54
int MAX_DAYS_IN_MONTH = 31, MAX_MONTH = 12
55
56
57
-cdef bint _is_not_delimiter(const char ch):
+cdef inline bint _is_not_delimiter(const char ch):
58
return strchr(delimiters, ch) == NULL
59
60
0 commit comments