Hacker News new | ask | show | jobs
by gshulegaard 3639 days ago
No true multi-threading, but multi-processing is not affected by the GIL.

Also, outside of parallelism, Python has good concurrency support with Gevent and now AsyncIO in Python 3.