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 josh.r
Recipients josh.r, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-15.22:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397599523.14.0.871147696193.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-15 22:05:23josh.rsetrecipients: + josh.r, pitrou, vstinner, njs, skrah, neologix
2014-04-15 22:05:23josh.rsetmessageid: <1397599523.14.0.871147696193.issue21233@psf.upfronthosting.co.za>
2014-04-15 22:05:23josh.rlinkissue21233 messages
2014-04-15 22:05:23josh.rcreate