Hacker News new | ask | show | jobs
by gpderetta 1439 days ago
How would the GIL prevent the use of "green" threads? Don't confuse the programming model with the implementation. For example, as far as I understand, gevent threads are not affected by the GIL when running on the same OS thread.