Re: [Cython] Utilities, cython.h, libcython

2011-10-06 Thread Vitja Makarov
2011/10/7 Vitja Makarov : > 2011/10/7 mark florisson : >> On 6 October 2011 21:56, Vitja Makarov wrote: >>> 2011/10/6 mark florisson : On 6 October 2011 07:46, Stefan Behnel wrote: > mark florisson, 05.10.2011 15:53: >> >> On 5 October 2011 08:16, Stefan Behnel wrote: >>> >>>

Re: [Cython] Utilities, cython.h, libcython

2011-10-06 Thread Vitja Makarov
2011/10/7 mark florisson : > On 6 October 2011 21:56, Vitja Makarov wrote: >> 2011/10/6 mark florisson : >>> On 6 October 2011 07:46, Stefan Behnel wrote: mark florisson, 05.10.2011 15:53: > > On 5 October 2011 08:16, Stefan Behnel wrote: >> >> mark florisson, 04.10.2011 23:1

Re: [Cython] Utilities, cython.h, libcython

2011-10-06 Thread mark florisson
On 6 October 2011 21:56, Vitja Makarov wrote: > 2011/10/6 mark florisson : >> On 6 October 2011 07:46, Stefan Behnel wrote: >>> mark florisson, 05.10.2011 15:53: On 5 October 2011 08:16, Stefan Behnel wrote: > > mark florisson, 04.10.2011 23:19: >> >> Another issue is th

Re: [Cython] Utilities, cython.h, libcython

2011-10-06 Thread Vitja Makarov
2011/10/6 mark florisson : > On 6 October 2011 07:46, Stefan Behnel wrote: >> mark florisson, 05.10.2011 15:53: >>> >>> On 5 October 2011 08:16, Stefan Behnel wrote: mark florisson, 04.10.2011 23:19: > > Another issue is that Cython compile time is increasing with the > addit

Re: [Cython] Utilities, cython.h, libcython

2011-10-06 Thread mark florisson
On 6 October 2011 07:46, Stefan Behnel wrote: > mark florisson, 05.10.2011 15:53: >> >> On 5 October 2011 08:16, Stefan Behnel wrote: >>> >>> mark florisson, 04.10.2011 23:19: Another issue is that Cython compile time is increasing with the addition of control flow and cython utilit

Re: [Cython] Utilities, cython.h, libcython

2011-10-06 Thread mark florisson
On 6 October 2011 01:05, Robert Bradshaw wrote: > On Wednesday, October 5, 2011, mark florisson wrote: >> >> On 5 October 2011 01:46, Robert Bradshaw >> wrote: >> > On Tue, Oct 4, 2011 at 2:19 PM, mark florisson >> > wrote: >> >> Hey, >> >> >> >> I briefly mentioned something about this in a pul

Re: [Cython] [cython-users] Re: callback function pointer problem

2011-10-06 Thread Robert Bradshaw
On Wed, Oct 5, 2011 at 3:41 PM, Greg Ewing wrote: > Robert Bradshaw wrote: > >> On this note, eventually I would like coerce structs (and unions, >> enums) to auto-generated wrapper classes, visible in the Python module >> namespace if one declares them as "cpdef struct ..." > > Would these wrappe