<div class="gmail_quote">2012/4/20 Armin Rigo <span dir="ltr">&lt;<a href="mailto:arigo@tunes.org">arigo@tunes.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sat, Apr 14, 2012 at 18:44, Stefan Behnel &lt;<a href="mailto:stefan_ml@behnel.de">stefan_ml@behnel.de</a>&gt; wrote:<br>
&gt; PEP393 (the new Unicode type in Py3.3) defines a rather useful C interface<br>
&gt; towards the characters of a Unicode string. I think it would be cool if<br>
&gt; cpyext provided that, so that access to single characters won&#39;t require<br>
&gt; copying the unicode buffer into C space anymore.<br>
<br>
</div>FWIW, if it makes sense, you can add PyPy-specific API functions not<br>
in the standard CPython C API, too.  I&#39;m thinking about accessing<br>
*string* characters, for example.</blockquote><div><br></div><div>But is it desirable? The first call to PyUnicode_AsUnicode will allocate and copy the unicode buffer,</div><div>but subsequent calls will quickly return the same address.</div>
</div><div><br></div>-- <br>Amaury Forgeot d&#39;Arc<br>