Hi Phyo, On Fri, Nov 12, 2010 at 9:18 PM, Phyo Arkar <[email protected]> wrote: > Is python-mysql gonna work in 1.4 ? i cant wait to run my webserver via > pypy-jit
Yes, you can use the CPython C extension module. It's a feature that already worked more or less since PyPy 1.3. See explanations in http://morepypy.blogspot.com/2010/06/pypy-13-released.html . Note that _mysql.c first needs a small patch in order to work, which is here: http://codespeak.net/svn/pypy/trunk/pypy/module/cpyext/patches/mysqldb.patch . Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
