Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-02-22 Thread Stefan Behnel
Andriy Kornatskyy, 22.02.2014 10:35: > On Jan 21, 2014, at 10:16 AM, Stefan Behnel wrote: >> I think it's a problem with importing in Cython compiled modules. ISTM >> that some extension modules got "reloaded", i.e. their module dict got >> cleared and they got reinitialised, thus recreating all gl

Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-02-22 Thread Andriy Kornatskyy
Stefan, Any update to the issue reported in this message thread? If you can provide a link to the issue in cython bug tracker, so I can see progress, I would greatly appreciate that. Thanks. Andriy Kornatskyy On Jan 21, 2014, at 10:16 AM, Stefan Behnel wrote: > Andriy Kornatskyy, 20.01.2014

[Cython] 0.20.2

2014-02-22 Thread Stefan Behnel
Hi, there are a couple of nice additions and fixes in the current master that could go out as a 0.20.2 some time soon. I suggest waiting another couple of days for more bug reports to come in and then just send it out. I'd like to also fix the buffer formatting bug by then, looks like I got a hol