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 zach.ware
Recipients Kim.Gräsman, brian.curtin, python-dev, terry.reedy, tim.golden, tim.peters, zach.ware
Date 2014-05-05.18:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399316369.6.0.337514651851.issue18314@psf.upfronthosting.co.za>
In-reply-to
Content
Just skimming, I noticed something about replacing calloc() with PyMem_RawAlloc; note that there is now PyMem_Calloc or PyMem_RawCalloc that you should be able to use if you prefer.  See #21233.
History
Date User Action Args
2014-05-05 18:59:29zach.waresetrecipients: + zach.ware, tim.peters, terry.reedy, tim.golden, brian.curtin, python-dev, Kim.Gräsman
2014-05-05 18:59:29zach.waresetmessageid: <1399316369.6.0.337514651851.issue18314@psf.upfronthosting.co.za>
2014-05-05 18:59:29zach.warelinkissue18314 messages
2014-05-05 18:59:29zach.warecreate