|
|
|
|
|
by smallerfish
1008 days ago
|
|
Maybe I missed it, but how do the threads circumvent the GIL? > When a request is waiting on the network, another thread is executing. I'm guessing this is the meat, but what controls that? What other operations allow the GIL to switch to another thread? |
|
All I/O functions in the standard library do this when blocked.