summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-07-17 08:17:15 +0300
committerGitHub <noreply@github.com>2020-07-17 08:17:15 +0300
commitd3eae8be4d783948a0d71363bc07558524e905e5 (patch)
treeffe031a8ac7e70fe8ba10c2b3c8f465f7c27a65b /numpy/core/multiarray.py
parent56c7539c5fcfd99ebb57c223fc9d31a177d8a327 (diff)
parentec62be21cf109dac436f9a68a84fbd674c1faebb (diff)
downloadnumpy-d3eae8be4d783948a0d71363bc07558524e905e5.tar.gz
Merge pull request #16532 from seberg/delete-sigint-handling
BUG: Remove non-threadsafe sigint handling from fft calculation
Diffstat (limited to 'numpy/core/multiarray.py')
-rw-r--r--numpy/core/multiarray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/multiarray.py b/numpy/core/multiarray.py
index 0becc2393..10325050d 100644
--- a/numpy/core/multiarray.py
+++ b/numpy/core/multiarray.py
@@ -38,7 +38,7 @@ __all__ = [
'nested_iters', 'normalize_axis_index', 'packbits',
'promote_types', 'putmask', 'ravel_multi_index', 'result_type', 'scalar',
'set_datetimeparse_function', 'set_legacy_print_mode', 'set_numeric_ops',
- 'set_string_function', 'set_typeDict', 'shares_memory', 'test_interrupt',
+ 'set_string_function', 'set_typeDict', 'shares_memory',
'tracemalloc_domain', 'typeinfo', 'unpackbits', 'unravel_index', 'vdot',
'where', 'zeros']