paleolimbot opened a new pull request, #453:
URL: https://github.com/apache/arrow-nanoarrow/pull/453

   PyPy's garbage collector/object deletion is not as predictable as CPython's, 
so you can't be sure that when you run `gc.collect()` that all unreferenced 
objects will be removed, and when you `del` an object, basically nothing 
happens (except that future garbage collections might destroy it). I did check 
to make sure the deleters are actually running on pypy (using `brew install 
pypy3.10`) manually and added a wrapper around cibuildwheel such that one can 
check pypy locally when debugging one of these issues.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to