Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-09-07 Thread Andriy Kornatskyy
On Sep 6, 2014, at 11:18 PM, Stefan Behnel wrote: > I tried "pip install wheezy.http" instead of "easy_install wheezy.http" and > it works as expected. This sounds like a good work-around to me. Yes, confirmed. Thanks. Andriy ___ cython-devel mailing

Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-09-06 Thread Stefan Behnel
Andriy Kornatskyy schrieb am 19.01.2014 um 21:00: > The cython compiler crash report below. Steps to reproduce: > > 1. virtualenv env > 2. env/bin/easy_install cython > 3. env/bin/easy_install wheezy.http > > The wheezy.http has dependency on wheezy.core. If I install those two > packages separa

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

Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-01-21 Thread Stefan Behnel
Andriy Kornatskyy, 20.01.2014 22:16: > May be that issue is namespace package related? Both (wheezy.http and > dependent wheezy.core) use namespace_packages directive in setuptools. No, I think it's a problem with importing in Cython compiled modules. ISTM that some extension modules got "reloade

Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-01-20 Thread Andriy Kornatskyy
Stefan, Thank you for the comments back. May be that issue is namespace package related? Both (wheezy.http and dependent wheezy.core) use namespace_packages directive in setuptools. Here is another bug (details below): 1. virtualenv env 2. env/bin/easy_install cython 3. env/bin/easy_install lx

Re: [Cython] Compiler crash in RemoveUnreachableCode

2014-01-20 Thread Stefan Behnel
Hi, thanks for the report, I can reproduce this. Andriy Kornatskyy, 19.01.2014 21:00: > The cython compiler crash report below. Steps to reproduce: > > 1. virtualenv env > 2. env/bin/easy_install cython > 3. env/bin/easy_install wheezy.http > > The wheezy.http has dependency on wheezy.core. If I

[Cython] Compiler crash in RemoveUnreachableCode

2014-01-20 Thread Andriy Kornatskyy
The cython compiler crash report below. Steps to reproduce: 1. virtualenv env 2. env/bin/easy_install cython 3. env/bin/easy_install wheezy.http The wheezy.http has dependency on wheezy.core. If I install those two packages separately there is no error, only if through dependencies. Thanks. An