Hacker News new | ask | show | jobs
by muricula 180 days ago
Python has that property when you don't bring C extensions into the conversation. Data races exist, but can never cause memory corruption due to the GIL.
1 comments

GIL is on its way out already in 3.14 onwards.