[NumPy-Tickets] [NumPy] #2131: PyArray_TakeFrom does not release GIL
NumPy Trac
numpy-tickets@scipy....
Fri May 11 15:57:37 CDT 2012
#2131: PyArray_TakeFrom does not release GIL
-------------------------+--------------------------------------------------
Reporter: rainwoodman | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Keywords: |
-------------------------+--------------------------------------------------
PyArray_TakeFrom does not release the GIL in the lengthy memmove.
It shall probably release the GIL after all buffers are copied, and re-
obtain the GIL before raising the exception in 'raise' mode.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2131>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list