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