Y
Hacker News
new
|
ask
|
show
|
jobs
by
bmm6o
85 days ago
There are documented ways to ensure that changes are visible across threads (e.g. locks). If these are not used, the compiler is within its rights to not go out of its way to pull changes from another thread.
1 comments
LtWorf
85 days ago
Except python has a well documented global lock.
link
anematode
85 days ago
This thread is discussing Java, not Python
link
LtWorf
85 days ago
java has private attributes, python does not
link