diff options
author | juztamau5 <juztamau5@gmail.com> | 2022-11-07 09:16:12 -0800 |
---|---|---|
committer | juztamau5 <juztamau5@gmail.com> | 2022-11-07 22:22:14 -0800 |
commit | 0f07f4135e5713f859409853cd1c824d594b21bb (patch) | |
tree | 86d1ecf7200e644d5bb19ad9df0e2256124b2e8c /numpy/array_api/tests/test_array_object.py | |
parent | 28e9227565b22d2309825b58cb8fa8a45af011d9 (diff) | |
download | numpy-0f07f4135e5713f859409853cd1c824d594b21bb.tar.gz |
Cleanup: Fix designator order not matching declaration order
Example error:
array_method.c:487:1: error: designator order for field '_typeobject::tp_dealloc' does not match declaration order in 'PyTypeObject' {aka '_typeobject'}
487 | };
| ^
Diffstat (limited to 'numpy/array_api/tests/test_array_object.py')
0 files changed, 0 insertions, 0 deletions