Message232222
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? |
|
Date |
User |
Action |
Args |
2014-12-05 22:36:22 | pitrou | set | recipients:
+ pitrou, tim.peters, rhettinger, vstinner, njs, neologix |
2014-12-05 22:36:22 | pitrou | link | issue18835 messages |
2014-12-05 22:36:22 | pitrou | create | |
|