[issue3329] API for setting the memory allocator used by Python

STINNER Victor report at bugs.python.org
Wed Jun 12 23:53:52 CEST 2013


STINNER Victor added the comment:

py_setallocators-4.patch:
- Oh, I forgot another change: Py*_Get/SetAllocators() cannot fail anymore (because of an unknown API identifier), so the return type is now void

I just saw that I forgot ".. versionadded:: 3.4" in the doc.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3329>
_______________________________________


More information about the Python-bugs-list mailing list