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 skrah, vstinner
Date 2014-06-02.20:25:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401740758.16.0.943124117891.issue21644@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5 has a new PyObject_Calloc() function which can be used for fast memory allocation of memory block initialized with zeros.

I already implemented an optimization, but Stefan Krah found issues in my change:
http://bugs.python.org/issue21233#msg217826

I reverted the optimization in the changeset dff6b4b61cac.
History
Date User Action Args
2014-06-02 20:25:58vstinnersetrecipients: + vstinner, skrah
2014-06-02 20:25:58vstinnersetmessageid: <1401740758.16.0.943124117891.issue21644@psf.upfronthosting.co.za>
2014-06-02 20:25:58vstinnerlinkissue21644 messages
2014-06-02 20:25:57vstinnercreate