[Python-Dev] survey of extension module memory managment

Skip Montanaro skip@pobox.com
Mon, 18 Mar 2002 19:17:10 -0600


    Neil> I randomly grabbed a bunch of extension modules by searching the
    Neil> python.org topic guides and by using Parnassus.  

    Neil> MySQL-python-0.3.5
    Neil>     Allocates with PyObject_NEW and deallocates with PyMem_Free

FWIW, I filed a bug report with the mysql-python project.  That's one less
to worry about.  :-)

Skip