we are discussing your email on web2py-devalopers. Please joins us.
On Friday, 13 July 2012 08:05:13 UTC-5, marius.v.niekerk wrote: > > At present a cython compiled version of html.py is not possible due to > http://trac.cython.org/cython_trac/ticket/639 > > This means that you can't have functions with attributes. > > in html.py the after the function definition for URL() > > is closely followed by > > URL.verify = verifyURL > > This leads to a runtime error when trying to use Cython with it. >

