Ezio Melotti <ezio.melo...@gmail.com> added the comment:

Indeed some comments would be helpful, I'll add them.
I also tried already to reuse 's' and extract the first char using 
unicode_getitem, but it returns a PyObject and anyway it's probably more 
expensive/complicated than calling PyString_AS_STRING again. I'll try with [0] 
and/or with PyUnicode_FromStringAndSize and make a new patch this afternoon.

----------

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

Reply via email to