[Cython] segfault due to using DECREF instead of XDECREF

Stefan Behnel stefan_ml at behnel.de
Wed Jan 29 18:11:30 CET 2014


Victor Makarov, 26.01.2014 20:15:
> Fixed here https://github.com/cython/cython/commit/9f7256fd07961b912d2224d995533c821441381b

Hmm, it's unfortunate that this needs to be disabled.

I guess the correct way to eventually implement this would be by creating a
new control flow block also for RHS of the BoolBinopNode, right?

Stefan



More information about the cython-devel mailing list