Message 232222 - Python tracker
Le 05/12/2014 23:15, STINNER Victor a écrit : > > > I don't think that we need 3 flavors of allocators (PyMem_Raw, > PyMem, PyObject). > > Maybe the PYMEM_DOMAIN_RAW domain is enough: OS functions don't require the GIL. In this case, should we add a new pair of Get/Set functions with an associated structure? How about a new domain instead? PYMEM_DOMAIN_RAW_ALIGNED?