From: Todd M. <jm...@st...> - 2003-04-30 17:46:37
|
On Wed, 2003-04-30 at 02:47, Andrew P. Lentvorski, Jr. wrote: > > 1) Does numpy (or numarray) release the Python GIL? numarray does not explicitly release the GIL. There is a long standing doubt that Python callbacks made from its extension functions may make numarray unsound for multi-threaded work because they *do* release the GIL. > 2) If not, why not? It just hasn't been a priority yet for numarray. > Is this simply something I could fix by making the > changes myself, Don't know. > or are there larger reasons for not releasing the GIL? Don't know. |