Re: [Numpy-discussion] linux wheels coming soon

2016-04-21 Thread Olivier Grisel
2016-04-20 16:57 GMT+02:00 Matthew Brett : > On Wed, Apr 20, 2016 at 1:59 AM, Olivier Grisel > wrote: >> Thanks, >> >> I think next we could upgrade the travis configuration of numpy and >> scipy to build and upload manylinux1 wheels to >> http://travis-dev-wheels.scipy.org/ for downstream project

Re: [Numpy-discussion] Do getitem/setitem already have GIL?

2016-04-21 Thread Sebastian Berg
This is for a custom dtype? getitem and setitem work with objects and must have the GIL in any case, so yes, you can safely assume this. I think you probably have to set the flags correctly for some things to work right. So that the PyDataType_REFCHK makro gives the right result. Though frankly, I