[Python-Dev] survey of extension module memory managment (original) (raw)
Skip Montanaro skip@pobox.com
Mon, 18 Mar 2002 19:17:10 -0600
- Previous message: [Python-Dev] survey of extension module memory managment
- Next message: [Python-Dev] survey of extension module memory managment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] survey of extension module memory managment
- Next message: [Python-Dev] survey of extension module memory managment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]