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 vstinner
Recipients josh.r, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-16.04:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397622086.41.0.689282739943.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-04-16 04:21:27vstinnersetrecipients: + vstinner, pitrou, njs, skrah, neologix, josh.r
2014-04-16 04:21:26vstinnersetmessageid: <1397622086.41.0.689282739943.issue21233@psf.upfronthosting.co.za>
2014-04-16 04:21:26vstinnerlinkissue21233 messages
2014-04-16 04:21:26vstinnercreate