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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21233>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to