33 ms·
Because it's not true! Threads in Python can muck around with the state of any other thread, at any time – it would be a language change to assume otherwise.
by anowlcalledjosh 8y ago
Because it's not true! Threads in Python can muck around with the state of any other thread, at any time – it would be a language change to assume otherwise.
- maayank 8y agoWhat op means is that it’s not true in Java as well, but the JVM assumes it is true until detecting otherwise