The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Łukasz Langa
Some of them are pretty funny, like figuring out that for this entire time, the thread handle in Python was not thread safe itself. Or the threading lock was not thread safe itself. So once you actually did the operations of locking, yes, those were thread safe. But the Python object that you used was not because it didn't have to be. And now all of those things have to be actually fixed.
0
💬
0
Comments
Log in to comment.
There are no comments yet.