diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-02-09 09:43:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 09:43:17 -0600 |
commit | 5c15cc3d76d171f07f9809a14a0dffd5ab37e599 (patch) | |
tree | cc53718d9dd71fcd5cebbf47a2d9e49a80b693ec /numpy/array_api | |
parent | 7b085eac10d08c49453541a896297f42f09ddfe7 (diff) | |
download | numpy-5c15cc3d76d171f07f9809a14a0dffd5ab37e599.tar.gz |
TST: Add a test for nditer write masked with references (gh-18374)
* TST: Add a test for nditer write masked with references
This code is almost impossible to hit, but in theory, a masked
iterator can contain references which are buffered.
The buffer than would use the `move_reference` mechanism,
Even though not all elements are copied, all references in the
buffer must be cleared in the process.
* BUG: fix test for non-refcount
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'numpy/array_api')
0 files changed, 0 insertions, 0 deletions