[issue14687] Optimize str%tuple for the PEP 393

Kristján Valur Jónsson report at bugs.python.org
Thu May 3 23:35:21 CEST 2012


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

> because I read that realloc() on Windows is not efficient.
Efficiency is not a Boolean property, you know :)  Anyway, I´d be surprised if it were very iniefficient, given that the heap allocators on Windows are quite mature by now.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14687>
_______________________________________


More information about the Python-bugs-list mailing list