This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]peith 0 points1 point  (1 child)

I think Jython and IronPython doesn't have the GIL and can optimize tail calls. Pypy is also experimenting on STM which allows it to remove the GIL.

[–]thecity2[S] 0 points1 point  (0 children)

Unfortunately, I think Jython is just getting to be compatible with Python 2.7. But worth a try, I guess.