summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-05-09 15:52:04 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-05-09 16:08:16 +0200
commit2d7a9eedc6570017a2e305c9ec67bab982b12810 (patch)
treea3638677aa518b4fa5dfa3d70f2395af4817f30b /numpy/lib/nanfunctions.py
parent9e9ae5fa99d1ce36deb42633d1910763e0739c8e (diff)
downloadnumpy-2d7a9eedc6570017a2e305c9ec67bab982b12810.tar.gz
BUG: fix crash when sending interrupt signal to fft functions
the SIGINT handling code must be in the GIL released section so the longjmp does not skip the retaking. This implies that the signal handlers must use thread local storage to avoid a crash when sending interrupt to threaded fft functions. Distribution of SIGINT to each threads must be handled by the application as only the master thread receives it Closes gh-4634
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions