[Cython] Compiler crash in RemoveUnreachableCode

Stefan Behnel stefan_ml at behnel.de
Sat Sep 6 22:18:27 CEST 2014


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 separately there is no error, only if through dependencies.

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.

Stefan



More information about the cython-devel mailing list