We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64de08 commit 0937a43Copy full SHA for 0937a43
pandas/_libs/tslibs/util.pxd
@@ -258,8 +258,8 @@ cdef inline bint is_nan(object val):
258
return is_complex_object(val) and val != val
259
260
261
-cdef inline const char* get_c_string_buf_and_size(object py_string,
262
- Py_ssize_t *length):
+cdef inline const char* get_c_string_buf_and_size(
+ object py_string, Py_ssize_t *length) except NULL:
263
"""
264
Extract internal char* buffer of unicode or bytes object `py_string` with
265
getting length of this internal buffer saved in `length`.
0 commit comments