This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients josh.r, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-16.05:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <534E167F.3060200@free.fr>
In-reply-to <1397616056.23.0.259994659332.issue21233@psf.upfronthosting.co.za>
Content
Le 16/04/2014 04:40, STINNER Victor a écrit :
>
> STINNER Victor added the comment:
>
>> So what is the point of _PyObject_GC_Calloc ?
>
> It calls calloc(size) instead of malloc(size)

No, the question is why you didn't simply change _PyObject_GC_Malloc 
(which is a private function).
History
Date User Action Args
2014-04-16 05:34:58pitrousetrecipients: + pitrou, vstinner, njs, skrah, neologix, josh.r
2014-04-16 05:34:58pitroulinkissue21233 messages
2014-04-16 05:34:58pitroucreate