This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ab57479 ARROW-13128: [C#] TimestampArray conversion logic for nano
and micro is wrong
add db79f37 ARROW-13226: [Python] Add a general purpose cython
trampolining utility
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/common.h | 60 +++++++++++++++++++
dev/archery/archery/cli.py | 1 -
python/pyarrow/includes/common.pxd | 1 +
.../pyarrow/tests/bound_function_visit_strings.pyx | 68 ++++++++++++++++++++++
python/pyarrow/tests/test_cython.py | 49 ++++++++++++++--
5 files changed, 172 insertions(+), 7 deletions(-)
create mode 100644 python/pyarrow/tests/bound_function_visit_strings.pyx