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 jtaylor
Recipients josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-17.08:04:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397721876.63.0.0895099478176.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
won't replacing _PyObject_GC_Malloc with a calloc cause Var objects (PyObject_NewVar) to be completely zeroed which I think they didn't before?
Some numeric programs stuff a lot of data into var objects and could care about python suddenly setting them to zero when they don't need it.
An example would be tinyarray.
History
Date User Action Args
2014-04-17 08:04:36jtaylorsetrecipients: + jtaylor, pitrou, vstinner, njs, skrah, neologix, josh.r
2014-04-17 08:04:36jtaylorsetmessageid: <1397721876.63.0.0895099478176.issue21233@psf.upfronthosting.co.za>
2014-04-17 08:04:36jtaylorlinkissue21233 messages
2014-04-17 08:04:36jtaylorcreate