Hacker News new | ask | show | jobs
by anonymou2 2666 days ago
Not CPUwise. But they have increased the number of CPUs available and that's where python has problems because of the GIL. Fortunately the multiprocessing library seems like a good workaround to the GIL issue.
1 comments

Agree, which means that python actually got worse!