Hacker News new | ask | show | jobs
by chrisseaton 3250 days ago
> A more accurate statement is: "python bytecode can't execute concurrently

No this isn't any more accurate. Python bytecode does execute concurrently if you have multiple threads. It just doesn't execute in parallel.