[issue21233] Add *Calloc functions to CPython memory allocation API

Josh Rosenberg report at bugs.python.org
Wed Apr 16 00:20:09 CEST 2014


Josh Rosenberg added the comment:

Sorry for breaking it up, but the same comment on consistent prototypes mirroring the C standard lib calloc would apply to all the API functions as well, e.g. PyMem_RawCalloc, PyMem_Calloc, PyObject_Calloc and _PyObject_GC_Calloc, not just the structure function pointer.

----------

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


More information about the Python-bugs-list mailing list