Hacker News new | ask | show | jobs
by toast0 2876 days ago
Python threads aren't simple, because of the shared everything model python uses, so any variable access requires the GIL. Shared nothing threads are much simpler to work with.