Possible BIG CHANGES for Python Multithreading - #python #coding #programming

preview_player
Показать описание
There could be big changes coming to Python multithreading. The news is that PEP 703 was recently drafted to add a flag so you can build Python with the global interpreter lock (GIL) disabled. This would allow multithreaded Python code to run in parallel. This could arrive as early as Python 3.12

Рекомендации по теме