Hacker News new | ask | show | jobs
by weberc2 3248 days ago
While we're being pedantic, they do run concurrently (for example, dispatching a dozen concurrent HTTP requests), they just the GIL prevents most CPU work from executing in parallel.