Comment Jython was always multi-threaded (Score 1) 97
I made a mistake translating some code from jython 2.5 to CPython. Completely forgot about the GIL. Jython doesn't have a GIL at all so you get python syntax but proper multi-threading.