Hacker News new | ask | show | jobs
by y3sh 2606 days ago
And that even with async you're still bound by the GIL
1 comments

Huh? With async, there's typically only ever 1 thread running, so there's no contention for the GIL.