[Cython] Pex / 64bit issues (?)
Stefan Behnel
stefan_ml at behnel.de
Thu Jul 10 09:30:26 CEST 2008
Hi,
Nikolas Tautenhahn wrote:
> File "/home/btmwtaut/src/pex-0.8/pex/pimport.py", line 224, in my_import
> mod = __import__(name,global_dict)
> File "c_heur_solve.pyx", line 46, in c_heur_solve
> assert sizeof(long)==4 # use these for our checksum
> AssertionError
This obviously can't work on a 64 bit machine. Must be PEX generating it, and
it looks like a bug to me, as your code doesn't suggest any such assertion.
Stefan
More information about the Cython-dev
mailing list