logoalt Hacker News

bmm6oyesterday at 5:46 PM1 replyview on HN

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.


Replies

LtWorfyesterday at 8:58 PM

Except python has a well documented global lock.

show 1 reply