Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.

2014-05-31 Thread Greg Ewing
Stefan Behnel wrote: Stefan Behnel, 30.05.2014 15:01: Emmanuel Gil Peyrot, 28.05.2014 13:25: I was testing my cython codebase on top of pypy/cpyext, and I found a memory corruption. After investigating it with the pypy guys (thanks arigato!), we identified it as a cython bug: cdef void test

Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.

2014-05-31 Thread Stefan Behnel
Stefan Behnel, 30.05.2014 15:01: > Emmanuel Gil Peyrot, 28.05.2014 13:25: >> I was testing my cython codebase on top of pypy/cpyext, and I found a >> memory corruption. After investigating it with the pypy guys (thanks >> arigato!), we identified it as a cython bug: >> >> cdef void test(char *str