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, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-17.10:39:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397731172.29.0.88529649383.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
Well, to be more specific, PyType_GenericAlloc was originally calling one of two methods that didn't zero the memory (one of which was GC_Malloc), then memset-ing. Just realized you're talking about something else; not sure if you're correct about this now, but I have to get to work, will check later if no one else does.
History
Date User Action Args
2014-04-17 10:39:32josh.rsetrecipients: + josh.r, pitrou, vstinner, njs, skrah, neologix, jtaylor
2014-04-17 10:39:32josh.rsetmessageid: <1397731172.29.0.88529649383.issue21233@psf.upfronthosting.co.za>
2014-04-17 10:39:32josh.rlinkissue21233 messages
2014-04-17 10:39:32josh.rcreate