summaryrefslogtreecommitdiff
path: root/numpy/core/multiarray.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-01-03 11:09:39 -0500
committerJon Dufresne <jon.dufresne@gmail.com>2020-01-04 06:42:29 -0800
commit963692da48ac8baf692357b453e2945122fd4eb5 (patch)
tree36565b2978b9925e8d7eb3863aa8083c0792c82f /numpy/core/multiarray.py
parentb7c27bd2a3817f59c84b004b87bba5db57d9a9b0 (diff)
downloadnumpy-963692da48ac8baf692357b453e2945122fd4eb5.tar.gz
MAINT: Remove unused int_asbuffer
On Python 3, int_asbuffer throws NotImplementedError and goes unused internally. Fixes #12425
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 c0fcc10ff..01fca1df5 100644
--- a/numpy/core/multiarray.py
+++ b/numpy/core/multiarray.py
@@ -33,7 +33,7 @@ __all__ = [
'digitize', 'dot', 'dragon4_positional', 'dragon4_scientific', 'dtype',
'empty', 'empty_like', 'error', 'flagsobj', 'flatiter', 'format_longfloat',
'frombuffer', 'fromfile', 'fromiter', 'fromstring', 'inner',
- 'int_asbuffer', 'interp', 'interp_complex', 'is_busday', 'lexsort',
+ 'interp', 'interp_complex', 'is_busday', 'lexsort',
'matmul', 'may_share_memory', 'min_scalar_type', 'ndarray', 'nditer',
'nested_iters', 'normalize_axis_index', 'packbits',
'promote_types', 'putmask', 'ravel_multi_index', 'result_type', 'scalar',