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

Julian Taylor report at bugs.python.org
Thu Apr 17 13:35:08 CEST 2014


Julian Taylor added the comment:

I just tested it, PyObject_NewVar seems to use RawMalloc not the GC malloc so its probably fine.

----------

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


More information about the Python-bugs-list mailing list