On Tue, Feb 26, 2013 at 11:24 PM, Stefan Behnel wrote:
> Robert Bradshaw, 26.02.2013 21:16:
>> On Mon, Feb 25, 2013 at 1:17 AM, Stefan Behnel wrote:
>>> David Roe, 25.02.2013 00:00:
I changed the current type pointer check to look at tp_basicsize instead.
> That made it work for almo
Robert Bradshaw, 26.02.2013 21:16:
> On Mon, Feb 25, 2013 at 1:17 AM, Stefan Behnel wrote:
>> David Roe, 25.02.2013 00:00:
>>> I changed the current type pointer check to look at tp_basicsize instead.
>>>
That made it work for almost all classes in lxml's own Element hierarchy,
with only
On Mon, Feb 25, 2013 at 1:17 AM, Stefan Behnel wrote:
> Hi,
>
> thanks for looking through it.
>
> David Roe, 25.02.2013 00:00:
>> I changed the current type pointer check to look at tp_basicsize instead.
>>
>>> That made it work for almost all classes in lxml's own Element hierarchy,
>>> with onl
Hi,
thanks for looking through it.
David Roe, 25.02.2013 00:00:
> I changed the current type pointer check to look at tp_basicsize instead.
>
>> That made it work for almost all classes in lxml's own Element hierarchy,
>> with only a couple of exceptions in lxml.objectify that have one additiona
I changed the current type pointer check to look at tp_basicsize instead.
> That made it work for almost all classes in lxml's own Element hierarchy,
> with only a couple of exceptions in lxml.objectify that have one additional
> object field. So, just extending the freelist support to use two dif
mark florisson, 24.02.2013 18:56:
> On 24 February 2013 17:50, mark florisson wrote:
>> On 24 February 2013 15:58, Stefan Behnel wrote:
>>> mark florisson, 24.02.2013 15:50:
On 24 February 2013 13:52, Stefan Behnel wrote:
> for those who haven't notice my other e-mail, I implemented a ne
On 24 February 2013 15:58, Stefan Behnel wrote:
> mark florisson, 24.02.2013 15:50:
>> On 24 February 2013 13:52, Stefan Behnel wrote:
>>> for those who haven't notice my other e-mail, I implemented a new extension
>>> type decorator "@cython.freelist(N)" that replaces the normal object
>>> creati
On 24 February 2013 17:50, mark florisson wrote:
> On 24 February 2013 15:58, Stefan Behnel wrote:
>> mark florisson, 24.02.2013 15:50:
>>> On 24 February 2013 13:52, Stefan Behnel wrote:
for those who haven't notice my other e-mail, I implemented a new extension
type decorator "@cython
mark florisson, 24.02.2013 15:50:
> On 24 February 2013 13:52, Stefan Behnel wrote:
>> for those who haven't notice my other e-mail, I implemented a new extension
>> type decorator "@cython.freelist(N)" that replaces the normal object
>> creation and deallocation with a freelist of N recently freed