vibhatha commented on code in PR #12590: URL: https://github.com/apache/arrow/pull/12590#discussion_r842401485
########## python/pyarrow/includes/libarrow.pxd: ########## @@ -19,6 +19,8 @@ from pyarrow.includes.common cimport * +from cpython.ref cimport PyObject Review Comment: But I see in `arrow.pxi`, `PyObject*` is used to get the out variable. Why should we use `object` here? -- 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]
