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

Serhat Sevki Dincer jfcgauss at gmail.com
Sat Aug 20 23:42:24 CEST 2011


>> > 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.

Thank you..


More information about the pypy-dev mailing list