Menu
Sign In Pricing Add Podcast

The Changelog: Software Development, Open Source

Free-threaded Python (Interview)

757.288 - 777.503 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

There are no comments yet.

Log in to comment.