Hacker News new | ask | show | jobs
by throwway2332 1334 days ago
> I thought Python couldn't multithread because of GIL?

Why would it need to in this case? You only need one thread for concurrent I/O.