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

STINNER Victor report at bugs.python.org
Wed Apr 16 06:21:26 CEST 2014


STINNER Victor added the comment:

New patch:

- replace "size_t size" with "size_t nelem, size_t elsize" in the prototype of calloc functions (the parameter names come from the POSIX standard)
- replace "int calloc" with "int zero" in helper functions

----------
Added file: http://bugs.python.org/file34903/calloc-2.patch

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


More information about the Python-bugs-list mailing list