[Csv] bug fixed

Andrew McNamara andrewm at object-craft.com.au
Wed Feb 5 00:16:22 CET 2003


>No, it's the portal into PyMalloc, an efficient, generic small block
>allocator.

But only when python is built with --enable-pymalloc - this only became
the default in 2.3 - prior to that, the default was to use the system
malloc.

>>From 2.3:
>
>    PyAPI_FUNC(void *) PyMem_Malloc(size_t);
>    PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
>    PyAPI_FUNC(void) PyMem_Free(void *);
>
>The difference between 2.1/2.2 and 2.3 is that PyMalloc is enabled by
>default in 2.3.

And not enabled by default in 2.2... which is approximately the point I was
trying to make in my previous e-mail... 8-)

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/


More information about the Csv mailing list