2013/6/20 Antoine Pitrou <[email protected] <javascript:;>>:
> Victor Stinner <[email protected] <javascript:;>> a écrit :
>> Changes:
>>
>>  * add PyMemAllocatorDomain enum: PYALLOC_PYMEM_RAW, PYALLOC_PYMEM or
>> PYALLOC_PYOBJECT
>
> PYMEM_DOMAIN_RAW?

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
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to