Hacker News new | past | comments | ask | show | jobs | submit login

pypy doesn't support gevent/eventlet, as far as I know. :(

Unfortunately, psyco isn't x86_64 compatible either. So if you want to use psyco, you are "stuck" with python2.6 on x86.




pypy doesn't support gevent/eventlet, as far as I know. :(

Not yet, indeed. But according to their site they do have a stackless version: "PyPy can be configured to run in stackless mode, providing micro-threads for massive concurrency". This sounds promising, and could be used to implement gevent.


When compiling an executable, I use 32 bit 2.6, and the binaries work fine, with psyco even on 64 bit systems.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: