Hacker News new | ask | show | jobs
by partizanos 2478 days ago
Sorry but it just seemed odd I didn't see a mention for GIL (global interpreter lock).

Because of this mechanism that ensures concurrency safety Python does not support parallel execution of threads. I am wondering if the rest of the HN community finds it as a major disadvantage.