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:35:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397730942.23.0.503973801708.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
Julian: No. See the diff: http://bugs.python.org/review/21233/diff/11644/Objects/typeobject.c

The original GC_Malloc was explicitly memset-ing after confirming that it received a non-NULL pointer from the underlying malloc call; that memset is removed in favor of using the calloc call.
History
Date User Action Args
2014-04-17 10:35:42josh.rsetrecipients: + josh.r, pitrou, vstinner, njs, skrah, neologix, jtaylor
2014-04-17 10:35:42josh.rsetmessageid: <1397730942.23.0.503973801708.issue21233@psf.upfronthosting.co.za>
2014-04-17 10:35:42josh.rlinkissue21233 messages
2014-04-17 10:35:42josh.rcreate