PyPy patches have been commited this morning, i am now waiting for some feedback from pypy guys
http://mail.python.org/pipermail/pypy-dev/2012-March/009661.html Building the libpypy-c library is the hard part (it requires a lot of time, resources and you need to apply the patch you will find in the link). It has been tested with pypy current tip on OSX I have choosen to have a virtual 'pypy' plugin instead of adding logic to the python one, so to build it you need something like that: pypy-c uwsgiconfig.py --plugin plugins/pypy core You cannot mix the cpython plugin with the pypy one, so be sure to build a binary without the python plugin (you can use the 'core' build profile) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
