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 pitrou
Recipients neologix, njs, pitrou, rhettinger, tim.peters, trent, vstinner, wscullin
Date 2015-01-15.16:50:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421340611.14.0.152670767356.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
Due to the realloc() problem, I'm thinking that the best course for Numpy would be to use its own allocator wrapper like Nathaniel outligned.
Also, Numpy wants calloc() for faster allocation of zeroed arrays...
History
Date User Action Args
2015-01-15 16:50:11pitrousetrecipients: + pitrou, tim.peters, rhettinger, vstinner, trent, njs, neologix, wscullin
2015-01-15 16:50:11pitrousetmessageid: <1421340611.14.0.152670767356.issue18835@psf.upfronthosting.co.za>
2015-01-15 16:50:11pitroulinkissue18835 messages
2015-01-15 16:50:10pitroucreate