[issue29383] Reduce temporary unicode object while adding descriptors

INADA Naoki report at bugs.python.org
Sat Jan 28 00:13:03 EST 2017


INADA Naoki added the comment:

descr-remove-getitemstring-2.patch is more compact than first patch.
(3 unicode + 2 intern) becomes (2 unicode + 1 intern).

python_startup_no_site: Median +- std dev: 12.5 ms +- 0.1 ms

----------
Added file: http://bugs.python.org/file46443/descr-remove-getitemstring-2.patch

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


More information about the Python-bugs-list mailing list