[Cython] Bug: Returning real value crashes the code, complex value does not

2013-03-26 Thread Martin Fiers
ed: 0.18 (I did pip install Cython) python version used: python 2.7.3 (MSC v.1500 32 bit). Looking forward to hearing from you! With kind regards, Martin -- ------- ir. Martin Fiers Photonics Research Group Universiteit Gent - Ghent University Sint

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-03-26 Thread Martin Fiers
On 3/26/2013 6:48 PM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 2:52 AM, Martin Fiers wrote: Dear Cython developers, I stumbled upon a strange error when using Cython. I made a minimal working example, see attachment for the two necessary files. (btw I didn't find the e-mail addre

Re: [Cython] Bug: Returning real value crashes the code, complex value does not

2013-04-01 Thread Martin Fiers
On 03/27/2013 10:36 PM, Robert Bradshaw wrote: On Wed, Mar 27, 2013 at 2:44 AM, Martin Fiers wrote: On 3/27/2013 3:54 AM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 5:12 PM, Martin Fiers wrote: On 3/26/2013 6:48 PM, Robert Bradshaw wrote: On Tue, Mar 26, 2013 at 2:52 AM, Martin Fiers