Hacker News new | ask | show | jobs
by cratermoon 904 days ago
Why Threads Are a Bad Idea: https://news.ycombinator.com/item?id=17297325

The problem with threads: https://ieeexplore.ieee.org/document/1631937

1 comments

Given threads are here to stay, thread-unsafe print is a really bad idea. Couldn’t even imagine it can crash instead of interleave, in Python of all things.