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

Re: [Cython] dynamically compile and import pure python modules

2012-04-29 Thread mark florisson
On 29 April 2012 05:50, Stefan Behnel wrote: > mark florisson, 28.04.2012 21:55: >> On 28 April 2012 19:39, Stefan Behnel wrote: >>> mark florisson, 28.04.2012 20:18: On 28 April 2012 18:55, Stefan Behnel wrote: > mark florisson, 27.04.2012 22:38: >> On 27 April 2012 21:16, Stefan Beh

Re: [Cython] Wacky idea: proper macros

2012-04-29 Thread mark florisson
On 29 April 2012 08:42, Nathaniel Smith wrote: > On Sat, Apr 28, 2012 at 10:25 PM, mark florisson > wrote: >> On 28 April 2012 22:04, Nathaniel Smith wrote: >>> Was chatting with Wes today about the usual problem many of us have >>> encountered with needing to use some sort of templating system

Re: [Cython] Wacky idea: proper macros

2012-04-29 Thread Nathaniel Smith
On Sat, Apr 28, 2012 at 10:25 PM, mark florisson wrote: > On 28 April 2012 22:04, Nathaniel Smith wrote: >> Was chatting with Wes today about the usual problem many of us have >> encountered with needing to use some sort of templating system to >> generate code handling multiple types, operations

Re: [Cython] Wacky idea: proper macros

2012-04-29 Thread Dag Sverre Seljebotn
Stefan Behnel wrote: >Wes McKinney, 29.04.2012 03:14: >> On Sat, Apr 28, 2012 at 5:25 PM, mark florisson wrote: >>> On 28 April 2012 22:04, Nathaniel Smith wrote: Was chatting with Wes today about the usual problem many of us have encountered with needing to use some sort of templatin