|
|
|
|
|
by woodruffw
701 days ago
|
|
Concurrent operations exist at all levels of the software stack. Just because native extensions might want to release the GIL and use OS threads doesn't mean pure Python can't also want (or need) that. (And as a side note: I have never, in around a decade of writing C++, heard std::thread described as "easy to debug.") |
|