This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients neologix, njs, pitrou, rhettinger, tim.peters, vstinner
Date 2014-12-05.22:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <54823364.3040406@free.fr>
In-reply-to <1417817718.88.0.594601568713.issue18835@psf.upfronthosting.co.za>
Content
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?
History
Date User Action Args
2014-12-05 22:36:22pitrousetrecipients: + pitrou, tim.peters, rhettinger, vstinner, njs, neologix
2014-12-05 22:36:22pitroulinkissue18835 messages
2014-12-05 22:36:22pitroucreate