jorisvandenbossche commented on issue #39933: URL: https://github.com/apache/arrow/issues/39933#issuecomment-1929671791
My understanding is that the `r_to_py` will convert any extptr to such a capsule: https://github.com/rstudio/reticulate/blob/950169382a92328bde39bff3b68f5014ac582986/src/python.cpp#L1971-L1974 And I suppose the array/schema pointers in the R package are "external pointers", and so reticulate automatically puts them in a capsule before passing to `_import_from_c` (since this is a python call, it converts any argument to it with `r_to_py`?) -- 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]
