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

The only thing that I miss on 2.7 is psyco. I support a somewhat popular python app in the open source world, and write a lot of python at the day job, and I usually deploy an executable with bundled python interpreter, and 2.6, because psyco does not work on 2.7, and makes a HUGE difference on 2.6



Have you tried pypy?


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: