Hacker News new | ask | show | jobs
by kingkilr 5595 days ago
Both Jython and IronPython. PyPy probably will in the future, however its not a goal at the moment.
1 comments

pypy also supports stackless style microthreads: http://codespeak.net/pypy/dist/pypy/doc/stackless.html but, yes, system level threads are GIL based.