Message 219632 - Python tracker
Message219632
| 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:58 | vstinner | set | recipients: + vstinner, skrah |
| 2014-06-02 20:25:58 | vstinner | set | messageid: <1401740758.16.0.943124117891.issue21644@psf.upfronthosting.co.za> |
| 2014-06-02 20:25:58 | vstinner | link | issue21644 messages |
| 2014-06-02 20:25:57 | vstinner | create | |