jorisvandenbossche commented on issue #35385: URL: https://github.com/apache/arrow/issues/35385#issuecomment-1531082881
Although it seems if you type it with `Py_ssize_t` specifically (and not general `int` or `int64_t`), then cython will check for an integer (since that type is meant to use in indexing contexts). That doesn't fully match the C++ signature though, since that explicitly uses `int64_t`, and not a platform dependent int. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
