|
|
|
|
|
by dragonwriter
3901 days ago
|
|
> If you need multithreading (not multiprocessing), you cannot use Python. If you need multithreading of Python code for parallelism, you cannot use CPython (and, consequently, can't use Python 3.) Both IronPython and Jython use native threads without a GIL. |
|