You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement helper method to get char* buffer from Python objects (pandas-dev#25895)
* removed extra layer; using get_string_data now
* fix problem with const char* value, that return PyUnicode_AsUTF8AndSize in Python3.7 case; added docstring to get_string_data func
* fix code style
* replaced get_c_string to get_string_data, added 'note' paragraph in get_string_data docstring
* Re-instate raising TypeError when trying to get string data of non-string object
* test case for overflow in parse_iso_8601_datetime
* change get_string_data signature to more pythonic
* Added test for parsing leading spaces
* Rework get_string_data to cleaner get_c_string_buf_and_size
* Fix Python 3.7 compilation
* added comment for test; changed name variable: s -> py_string
0 commit comments