SIGN IN SIGN UP

Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),

PyObject_Calloc(), _PyObject_GC_Calloc(). bytes(int) and bytearray(int) are now
using ``calloc()`` instead of ``malloc()`` for large objects which is faster
and use less memory (until the bytearray buffer is filled with data).
V
Victor Stinner committed
db067af12a5ebb889874e47d8177f9c4a3dc9a68
Parent: d50c3f3