[Python-Dev] Mixing memory management APIs (original) (raw)
Tim Peters tim.one@home.com
Wed, 30 Jan 2002 18:51:56 -0500
- Previous message: [Python-Dev] Mixing memory management APIs
- Next message: [Python-Dev] Odd errors when catching ImportError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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 .
- Previous message: [Python-Dev] Mixing memory management APIs
- Next message: [Python-Dev] Odd errors when catching ImportError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]