|
|
|
|
|
by smittywerben
2871 days ago
|
|
> Python is single threaded. That's not true, there are multiple threads in Python i.e. zlib from the standard library. People want unsafe code to communicate concurrently through the Python thread state. I'll let someone else tackle that one. |
|