Hacker News new | ask | show | jobs
by anowlcalledjosh 2665 days 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.
1 comments

What op means is that it’s not true in Java as well, but the JVM assumes it is true until detecting otherwise