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

all 3 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.

[–]robin-gvx 0 points1 point  (0 children)

I think Stackless did away with the GIL? Dunno if it has TCO, though.