[Python-Dev] Mixing memory management APIs

Tim Peters tim.one@home.com
Wed, 30 Jan 2002 18:51:56 -0500


[NeilS]
> pymalloc needs to use a completely new set of APIs.  The only problem I
> see is coming up with names.  NEW, MALLOC, REALLOC, RESIZE, and DEL are
> all taken.  Any suggestions?

I liked Aahz's suggestion to start them with "PyMalloc_" well enough.  Most
of us use editors with word-completion anyway <wink>.