summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-01-06 19:39:03 +0000
committerEric Wieser <wieser.eric@gmail.com>2020-01-06 22:17:33 +0000
commit0ce4b56df09688f870e58cb2602348c3eb3bad62 (patch)
tree5da651bbccdcd5286d89758e36656a14f47abd74 /numpy/core/numeric.py
parent682177360bff78786d8d45bb9203839c4ad44357 (diff)
downloadnumpy-0ce4b56df09688f870e58cb2602348c3eb3bad62.tar.gz
BUG: Fix PyArray_DescrAlignConverter2 on tuples
The previous implementation of `PyArray_DescrAlignConverter2` did not match `PyArray_DescrAlignConverter`, and only the latter would actually apply the alignment flag to union types. What happened here is that `ab9953baf29ace44ef1f014f3713f1ee919f79bb` fixed union types for `PyArray_DescrAlignConverter` but forgot to apply the same fix for `PyArray_DescrAlignConverter2` . Expressing one in terms of the other makes this problem go away. Numpy has no internal callers of PyArray_DescrAlignConverter2.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions