Message219632
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. |
|
| Date |
User |
Action |
Args |
| 2014-06-02 20:25:58 | vstinner | set | recipients:
+ vstinner, skrah |
| 2014-06-02 20:25:58 | vstinner | set | messageid: <[email protected]> |
| 2014-06-02 20:25:58 | vstinner | link | issue21644 messages |
| 2014-06-02 20:25:57 | vstinner | create | |
|