Josh Rosenberg added the comment:

General comment on patch: For the flag value that toggles zero-ing, perhaps use 
a different name, e.g. setzero, clearmem, initzero or somesuch instead of 
calloc? calloc already gets used to refer to both the C standard function and 
the function pointer structure member; it's mildly confusing to have it *also* 
refer to a boolean flag as well.

----------

_______________________________________
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