summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/15229.compatibility.rst
blob: 404f7774fd64d103daa791a4c6ebc804a708e45e (plain)
1
2
3
4
5
6
7
Removed ``multiarray.int_asbuffer``
-----------------------------------

As part of the continued removal of Python 2 compatibility,
``multiarray.int_asbuffer`` was removed. On Python 3, it threw a
``NotImplementedError`` and was unused internally. It is expected that there
are no downstream use cases for this method with Python 3.