This commit is contained in:
Victor Stinner 2013-06-16 04:01:00 +02:00
parent 28d184fcff
commit 5ae891a353
1 changed files with 8 additions and 2 deletions

View File

@ -99,8 +99,14 @@ Replace the 6 functions:
with 2 functions with an additional *domain* argument:
* ``PyMem_GetAllocators(domain)``
* ``PyMem_SetAllocators(domain, allocators)``
* ``Py_GetAllocators(domain)``
* ``Py_SetAllocators(domain, allocators)``
where domain is one of these values:
* ``PYALLOC_PYMEM``
* ``PYALLOC_PYMEM_RAW``
* ``PYALLOC_PYOBJECT``
Setup Builtin Debug Hooks