pitrou commented on code in PR #43540: URL: https://github.com/apache/arrow/pull/43540#discussion_r1705733654
########## python/pyarrow/src/arrow/python/platform.h: ########## @@ -24,7 +24,7 @@ // to mean Py_ssize_t (defining this to suppress deprecation warning) #define PY_SSIZE_T_CLEAN -#include <Python.h> // IWYU pragma: export +#include "arrow/python/pythoncapi_compat.h" // IWYU pragma: export Review Comment: We should probably put this file in a `arrow/python/vendored` subdirectory instead. -- 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]
