Hacker News new | ask | show | jobs
by gpderetta 1006 days ago
My understanding is that the GIL is typically released around blocking operations. Aside for allowing actual concurrency for I/O heavy programs, it would be a trivial way to deadlock if it wasn't.