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.19:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397677682.58.0.634690184444.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 3: remove _PyObject_GC_Calloc(), modify _PyObject_GC_Malloc() instead of use calloc() instead of malloc()+memset(0).
History
Date User Action Args
2014-04-16 19:48:03vstinnersetrecipients: + vstinner, pitrou, njs, skrah, neologix, josh.r
2014-04-16 19:48:02vstinnersetmessageid: <1397677682.58.0.634690184444.issue21233@psf.upfronthosting.co.za>
2014-04-16 19:48:02vstinnerlinkissue21233 messages
2014-04-16 19:48:02vstinnercreate