The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Pablo Galindo
But as any person who has done some multi-threading in computer science knows, having a little number being mutated by multiple threads at the same time is not bueno. So the solution is basically to add a ginormous lock all around the interpreter. Because we don't know what the threads are doing, we need to just basically lock the entire thing.
0
💬
0
Comments
Log in to comment.
There are no comments yet.