Free-threaded Python is the biggest change to the ecosystem in a decade. While it unlocks massive performance potential, it also removes the "accidental synchronization" we've grown used to.
Interesting post! Thank you!
Do I correctly understand that types are atomic itself?
Appreciate your support, Vadim!
Built-in Python types are thread-safe (they use lock internally), check https://peps.python.org/pep-0703/#container-thread-safety
Interesting post! Thank you!
Do I correctly understand that types are atomic itself?
Appreciate your support, Vadim!
Built-in Python types are thread-safe (they use lock internally), check https://peps.python.org/pep-0703/#container-thread-safety