Steve Mitchell
2016-04-20 19:22:49 UTC
When writing custom PyArray_ArrFuncs getitem() and setitem(), do I need to acquire the GIL, or has it been done for me already by the caller?
--Steve
http://docs.scipy.org/doc/numpy/reference/c-api.array.html?highlight=allow_c_api#group-2
http://docs.scipy.org/doc/numpy/reference/internals.code-explanations.html?highlight=gil#function-call
http://docs.scipy.org/doc/numpy/reference/c-api.types-and-structures.html
https://docs.python.org/2/c-api/init.html#thread-state-and-the-global-interpreter-lock
--Steve
http://docs.scipy.org/doc/numpy/reference/c-api.array.html?highlight=allow_c_api#group-2
http://docs.scipy.org/doc/numpy/reference/internals.code-explanations.html?highlight=gil#function-call
http://docs.scipy.org/doc/numpy/reference/c-api.types-and-structures.html
https://docs.python.org/2/c-api/init.html#thread-state-and-the-global-interpreter-lock