[Python-Dev] PEP 445: Add new APIs to customize Python memory allocators (second round) (original) (raw)
Victor Stinner victor.stinner at gmail.com
Thu Jun 20 22:52:22 CEST 2013
- Previous message: [Python-Dev] PEP 445: Add new APIs to customize Python memory allocators (second round)
- Next message: [Python-Dev] stat module in C -- what to do with stat.py?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2013/6/20 Antoine Pitrou <solipsis at pitrou.net javascript:;>:
Victor Stinner <victor.stinner at gmail.com javascript:;> a écrit :
Changes:
* add PyMemAllocatorDomain enum: PYALLOCPYMEMRAW, PYALLOCPYMEM or PYALLOCPYOBJECT PYMEMDOMAINRAW?
I prefer your suggestion because it shares the PYMEM/PyMem prefix with PyMem_SetAllocator().
So the whole list would be:
- PYMEM_DOMAIN_RAW
- PYMEM_DOMAIN_MEM
- PYMEM_DOMAIN_OBJ
Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130620/fac70658/attachment.html>
- Previous message: [Python-Dev] PEP 445: Add new APIs to customize Python memory allocators (second round)
- Next message: [Python-Dev] stat module in C -- what to do with stat.py?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]