danepitkin commented on code in PR #42223:
URL: https://github.com/apache/arrow/pull/42223#discussion_r1723430777


##########
python/pyarrow/device.pxi:
##########
@@ -64,6 +64,9 @@ cdef class Device(_Weakrefable):
         self.init(device)
         return self
 
+    cdef inline shared_ptr[CDevice] unwrap(self) nogil:

Review Comment:
   The first section in this doc really helped me understand when/why to 
release the gil: 
https://cython.readthedocs.io/en/latest/src/userguide/nogil.html



-- 
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]

Reply via email to