6 ms·Can we do something about CPython Global Interpreter Lock (GIL)?by gagan2020 19d agoCan we do something about CPython Global Interpreter Lock (GIL)?bonzini 19d agoFree threaded Python - optional but supported https://docs.python.org/3/howto/free-threading-python.html https://docs.python.org/3/howto/free-threading-python.htmlgagan2020 19d agoI didn't know about that but it feels like Django async support.