[issue30815] StringIO uses inefficient PyUnicode_AsUCS4

INADA Naoki report at bugs.python.org
Fri Jun 30 08:55:32 EDT 2017


INADA Naoki added the comment:

I'm sorry, it's my mistake.

I used vmprof on mac and I thought as_ucs4 is bottleneck.
But vmprof on Linux (and perf) shows totally different result.

Maybe, current vmprof doesn't work well for native code on macOS.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list