[pypy-dev] regex (new re) and 1.6

Amaury Forgeot d'Arc amauryfa at gmail.com
Sat Aug 20 21:40:25 CEST 2011


2011/8/20 Maciej Fijalkowski <fijall at gmail.com>

> > TOTITLE is missing?
> > http://docs.python.org/release/2.7.2/library/stdtypes.html#str.title
> > is working on (unicode) strings in pypy. I dont get it, what do u
> > think is up?
>
> yes, TOTITLE is not implemented in cpyext, the cpython C compatibility
> layer. Btw - what are you trying to achieve? If you want to compare
> regex performance on pypy and cpython, it'll probably be much slower
> on pypy. The C extensions layer is just a compatibility one (it's also
> in beta).


Py_UNICODE_TOTITLE and another missing function (PySet_Contains)
are now implemented in "default" branch.
The regex module compiles and works at least for the basic samples I tried.

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110820/28ec5c31/attachment-0001.html>


More information about the pypy-dev mailing list