Re: [Cython] segfault due to using DECREF instead of XDECREF

2014-01-29 Thread Victor Makarov
2014/1/29 Stefan Behnel : > 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 imple

Re: [Cython] segfault due to using DECREF instead of XDECREF

2014-01-26 Thread Victor Makarov
2014/1/24 Stefan Behnel : > Victor Makarov, 23.01.2014 21:02: >> I'd like to fix this if you don't mind. > > Oh, I certainly don't mind. :) > Fixed here https://github.com/cython/cython/commit/9f7256fd07961b912d22

Re: [Cython] segfault due to using DECREF instead of XDECREF

2014-01-23 Thread Victor Makarov
2014/1/23 Syam Gadde : > On 01/23/2014 01:04 PM, Stefan Behnel wrote: >> >> BTW, thanks for cutting down the code to a short and easy to analyse test >> case, but if the original code really has a control flow like that, there >> might be some space left for improved clarity. > > > Absolutely. In