apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
169 stars 35 forks source link

chore(python): Skip buffer write lock test on PyPy #480

Closed paleolimbot closed 4 months ago

paleolimbot commented 4 months ago

...apparently my local PyPy test was not sufficient to ensure that all the tests pass on PyPy. This seems to be specific to the memoryview() (not C extensions that properly release the buffer).