jython

Python for the Java platform (2.7)

GUI app

GIL

https://jython.readthedocs.io/en/latest/chapter19/#no-global-interpreter-lock No Global Interpreter Lock

Jython lacks the global interpreter lock (GIL), which is an implementation detail of CPython. For CPython, the GIL means that only one thread at a time can run Python code.

Java/jython (last edited 2019-11-20 16:03:09 by localhost)