Re: [Cython] Crash with freelist() and __slots__

2014-03-05 Thread Stefan Behnel
Robert Bradshaw, 05.03.2014 09:09: > On Mon, Mar 3, 2014 at 8:38 AM, Stefan Behnel wrote: >> we shouldn't wait all too long with the next bug fix release. > Sounds good to me. Did you want to get the process rolling, or should I? I wouldn't dare to jump the queue. :) Stefan _

Re: [Cython] Crash with freelist() and __slots__

2014-03-05 Thread Robert Bradshaw
On Mon, Mar 3, 2014 at 8:38 AM, Stefan Behnel wrote: > Hi, > > I was made aware of crashes in the last lxml release, which turned out to > be due to the use of freelists for types that could be subtyped from Python > code. I was able to work around them in lxml, however, the real problem is > in C