apache / arrow-nanoarrow

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

fix(python): Skip test relying on memoryview context manager on PyPy 3.8 #479

Closed paleolimbot closed 1 month ago

paleolimbot commented 1 month ago

Apparently the context manager for the memoryview does not promptly release its source buffer in PyPy 3.8. This PR skips the one assertion where this matters on just that platform.