STINNER Victor added the comment: Updated patch (version 9):
- update API to the last version of the PEP - PYMEM_DOMAIN_RAW now also have a well defined behaviour when requesting an allocation of zero bytes: PyMem_RawMalloc(0) now calls malloc(1) - enhance the documentation (ex: mention default allocators) - _testcapi checks also that PyMem_RawMalloc(0) is non-NULL ---------- Added file: http://bugs.python.org/file30753/py_setallocators-9.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3329> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com