[Cython] Cython 0.15 released

2011-08-05 Thread robertwb
We are excited to announce the release of Cython 0.15, which is a huge step forward in achieving full Python language coverage as well as many new features, optimizations, and bugfixes. Download: http://cython.org/ or http://pypi.python.org/pypi/Cython == Major Features == * Generators (yield)

Re: [Cython] object to struct conversion

2011-08-05 Thread mark florisson
On 5 August 2011 11:05, Stefan Behnel wrote: > Robert Bradshaw, 05.08.2011 08:53: >> >> On Wed, Aug 3, 2011 at 2:09 PM, mark florisson wrote: >>> >>> my hudson sdist keeps failing with >>> >>> writing manifest file 'MANIFEST' >>> making hard links in Cython-0.14.1+... >>> hard linking COPYING.txt

Re: [Cython] object to struct conversion

2011-08-05 Thread Stefan Behnel
Robert Bradshaw, 05.08.2011 08:53: On Wed, Aug 3, 2011 at 2:09 PM, mark florisson wrote: my hudson sdist keeps failing with writing manifest file 'MANIFEST' making hard links in Cython-0.14.1+... hard linking COPYING.txt -> Cython-0.14.1+ error: File exists I'm not sure. I removed that direc

Re: [Cython] object to struct conversion

2011-08-05 Thread mark florisson
On 5 August 2011 08:53, Robert Bradshaw wrote: > On Wed, Aug 3, 2011 at 2:09 PM, mark florisson > wrote: >> On 3 August 2011 19:36, Robert Bradshaw wrote: >>> On Wed, Aug 3, 2011 at 9:20 AM, Stefan Behnel wrote: mark florisson, 03.08.2011 16:28: > > Is there any specific reason obj

Re: [Cython] Ctypes object <-> pointer conversion.

2011-08-05 Thread Robert Bradshaw
On Thu, Aug 4, 2011 at 11:58 PM, Dag Sverre Seljebotn wrote: > On 08/05/2011 01:31 AM, Robert Bradshaw wrote: >> >> This is getting a bit OT but is worth discussing, so I'm starting a new >> thread. >> >> On Thu, Aug 4, 2011 at 2:51 PM, Greg Ewing >>  wrote: >>> >>> Dag Sverre Seljebotn wrote: >>>