<div class="gmail_quote">2011/8/20 Maciej Fijalkowski <span dir="ltr"><<a href="mailto:fijall@gmail.com">fijall@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="im">> TOTITLE is missing?<br>
> <a href="http://docs.python.org/release/2.7.2/library/stdtypes.html#str.title" target="_blank">http://docs.python.org/release/2.7.2/library/stdtypes.html#str.title</a><br>
> is working on (unicode) strings in pypy. I dont get it, what do u<br>
> think is up?<br>
<br>
</div></div>yes, TOTITLE is not implemented in cpyext, the cpython C compatibility<br>
layer. Btw - what are you trying to achieve? If you want to compare<br>
regex performance on pypy and cpython, it'll probably be much slower<br>
on pypy. The C extensions layer is just a compatibility one (it's also<br>
in beta).</blockquote></div><br>Py_UNICODE_TOTITLE and another missing function (PySet_Contains)<div>are now implemented in "default" branch.<div>The regex module compiles and works at least for the basic samples I tried.<br clear="all">
<div><br></div>-- <br>Amaury Forgeot d'Arc<br>
</div></div>