[issue29383] Reduce temporary unicode object while adding descriptors

INADA Naoki report at bugs.python.org
Fri Jan 27 23:07:40 EST 2017


INADA Naoki added the comment:

I think I found better way.

Interned string can be get from descripter. Interning can be reduced
without adding private API.
Please don't review the first patch.

----------

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


More information about the Python-bugs-list mailing list