PEP 445
This commit is contained in:
parent
28d184fcff
commit
5ae891a353
10
pep-0445.txt
10
pep-0445.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue