h-vetinari commented on issue #36411: URL: https://github.com/apache/arrow/issues/36411#issuecomment-3916859990
> I think the main difficulty for a PyArrow sanitizers build is that the sanitizer instrumentation should be enabled in CPython as well (and potentially NumPy?). You may be interested in how numpy & scipy are doing this, in conjunction with CPython. That setup uses pixi as a kind of "light-weight conda-build" orchestrator that wraps the various rebuilds (independent of whether that's via CMake/meson/whatever): * https://github.com/python/cpython/issues/142466 * https://github.com/python/cpython/pull/142872 * https://github.com/numpy/numpy/pull/30510 * https://github.com/scipy/scipy/pull/24066 * etc. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
