diff options
author | David Warde-Farley <wardefar@iro.umontreal.ca> | 2011-09-18 03:29:03 -0400 |
---|---|---|
committer | David Warde-Farley <wardefar@iro.umontreal.ca> | 2011-09-18 03:29:03 -0400 |
commit | 6e4016fb251ffc20d3f1f57165b20735f368a2e2 (patch) | |
tree | 62641ac900130138e7121ed3deb080f1ab8c3adb /numpy/core/arrayprint.py | |
parent | aded70c4d02eec7a347af9868f1691dc49310f4d (diff) | |
download | numpy-6e4016fb251ffc20d3f1f57165b20735f368a2e2.tar.gz |
ENH: release the GIL in some C library functions.
Sandwich certain potentially long running for loops that don't touch any
Python objects between NPY_BEGIN_ALLOW_THREADS and NPY_END_ALLOW_THREADS
so that the interpreter can potentially schedule another Python thread.
Diffstat (limited to 'numpy/core/arrayprint.py')
0 files changed, 0 insertions, 0 deletions