Skip to content

Commit 2cd971a

Browse files
committed
_is_not_delimiter is inline now
1 parent 13717ec commit 2cd971a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/parsing.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cdef:
5454
int MAX_DAYS_IN_MONTH = 31, MAX_MONTH = 12
5555

5656

57-
cdef bint _is_not_delimiter(const char ch):
57+
cdef inline bint _is_not_delimiter(const char ch):
5858
return strchr(delimiters, ch) == NULL
5959

6060

0 commit comments

Comments
 (0)