Re: [Cython] Utility Codes and templates

2011-07-23 Thread Stefan Behnel
Robert Bradshaw, 22.07.2011 23:44: On Fri, Jul 22, 2011 at 1:39 PM, mark florisson wrote: On 22 July 2011 22:05, Robert Bradshaw wrote: On Fri, Jul 22, 2011 at 3:12 AM, mark florisson wrote: For my work on the _memview branch (and also on fused types) I noticed that UtilityCodes started w

Re: [Cython] Utility Codes and templates

2011-07-23 Thread mark florisson
On 23 July 2011 09:37, Stefan Behnel wrote: > Robert Bradshaw, 22.07.2011 23:44: >> >> On Fri, Jul 22, 2011 at 1:39 PM, mark florisson >>  wrote: >>> >>> On 22 July 2011 22:05, Robert Bradshaw >>>  wrote: On Fri, Jul 22, 2011 at 3:12 AM, mark florisson  wrote: > > For my w

Re: [Cython] Transformation of pxds

2011-07-23 Thread Stefan Behnel
Hi Romain, CC-ing cython-devel here, as this is not an entirely trivial question to answer. Romain Guillebert, 23.07.2011 06:52: During this week, I've been trying to find a way to implement cimport, I think that the cleanest way of implementing this is to compile pxds just like pyxs are comp