felipecrv commented on code in PR #43542:
URL: https://github.com/apache/arrow/pull/43542#discussion_r1732875019
##########
python/pyarrow/array.pxi:
##########
@@ -1646,7 +1630,6 @@ cdef class Array(_PandasConvertible):
-------
lst : list
"""
- self._assert_cpu()
Review Comment:
Handled by `__iter__` already. Isn't that what's called in the `for x in
self` sugar?
--
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]