Where can I find a list of numpy functions which release the GIL? Where can I find a list of numpy functions which release the GIL? numpy numpy

Where can I find a list of numpy functions which release the GIL?


It's not guaranteed to catch everything, but I just ran:

git grep nogil

in my clone of the numpy repository. It turns up 82 usages in 2 files:

  • random/mtrand/mtrand.pyx
  • random/mtrand/numpy.pxd