Hi, On Thu, Apr 8, 2010 at 6:15 PM, Stefan Behnel <[email protected]> wrote: > Hmm, my bad, I guess. I assume you do "some_byte_string.decode()" somewhere, > without arguments? The behaviour of that is platform dependant, you should > use an explicit encoding instead
Yes, I do, but I took your advice. > That being said, the crash is a bug in Cython. Could you try the attached > patch? cythoning works with the patch, compiling the c code failed for const correctness. Taking the faq into account, it works now. Thanks. Markus _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
