Jason Rhinelander f86dddf7ba array: fix base handling
numpy arrays aren't currently properly setting base: by setting `->base`
directly, the base doesn't follow what numpy expects and documents (that
is, following chained array bases to the root array).

This fixes the behaviour by using numpy's PyArray_SetBaseObject to set
the base instead, and then updates the tests to reflect the fixed
behaviour.
2017-02-24 23:19:50 +01:00
..
2017-02-24 11:33:31 +01:00
2016-12-08 00:43:29 +01:00
2016-12-16 15:00:46 +01:00
2017-02-24 23:19:50 +01:00
2016-09-19 13:45:31 +02:00
2016-12-16 15:00:46 +01:00