Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Most of changes are in not performance sensitive code. I do not think there is 
a benefit of using new macro there.

If PyUnicode_FromString() is slow I prefer to optimize it instead of adding yet 
one esoteric private function for internal needs.

In case of dict.__repr__() we can get even more gain by using _Py_IDENTIFIER or 
more general API proposed by Victor.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37348>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to