[Cython] What's wrong with py3k pyregr tests?

Stefan Behnel stefan_ml at behnel.de
Fri Oct 21 12:01:45 CEST 2011


Vitja Makarov, 21.10.2011 11:44:
> I tried to run pyregr tests on my localhost and it doesn't sigsegv.

It's a crash bug in the debug builds of the latest py3k branch.


> Perhaps I should try compiled version of Cython.

Yes, but it's not required to reproduce the crash.


> Btw, I've implemented noargs super and now I want to see how does it
> affect py3k-pyregr test results.

Cool. You can configure your branch jobs to use the optimised py3k builds 
(-opt) instead of the normal debug builds.

Stefan


More information about the cython-devel mailing list