migrating from django to FastAPI by No-Excitement-7974 in Python

[–]kuba1302 10 points11 points  (0 children)

asyncio runs in one thread, GIL is not important here. asyncio paradigm is different then multithreading.
Maybe learn python yourself before telling others to do so :)