2011/8/20 Maciej Fijalkowski <[email protected]> > > 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
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
