Re: [Cython] [cython-users] cimport numpy fails with Python 3 semantics

2012-05-02 Thread Stefan Behnel
Robert Bradshaw, 02.05.2012 09:15: > On Sun, Apr 29, 2012 at 11:48 PM, Stefan Behnel wrote: >> mark florisson, 28.04.2012 21:57: >>> On 28 April 2012 19:50, Stefan Behnel wrote: mark florisson, 28.04.2012 20:33: > I think each module should have its own language level, so I think > tha

Re: [Cython] [cython-users] cimport numpy fails with Python 3 semantics

2012-05-02 Thread Robert Bradshaw
On Sun, Apr 29, 2012 at 11:48 PM, Stefan Behnel wrote: > mark florisson, 28.04.2012 21:57: >> On 28 April 2012 19:50, Stefan Behnel wrote: >>> mark florisson, 28.04.2012 20:33: I think each module should have its own language level, so I think that's a bug. I think the rules should be: >

Re: [Cython] [cython-users] cimport numpy fails with Python 3 semantics

2012-04-29 Thread Stefan Behnel
mark florisson, 28.04.2012 21:57: > On 28 April 2012 19:50, Stefan Behnel wrote: >> mark florisson, 28.04.2012 20:33: >>> I think each module should have its own language level, so I think >>> that's a bug. I think the rules should be: >>> >>> - if passed as command line argument, use that for