Re: PyArrow on PyPy: PyDateTime_CAPI question (getting cpyext to work) in c++
Matti Picus <[email protected]>
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
On 9/9/20 3:08 PM, Niklas B wrote: > Thank you, I managed to get it built using an older version > (instructions and whl file for those who are interested is available > at https://github.com/bivald/pyarrow-on-pypy3) > > Cool. It would be nice to backport the datetime changes, I think you could put in a #ifdef PYPY_VERSION macro and add the code I pasted. I'll se what I can do about PyMemoryView_GetContiguous. Are there more missing C-API functions? Thanks for the donation(s)! Matti