The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Pablo Galindo
So this means that only one thread at a time can be accessing Python code and executing Python code. which means that you can still use threads because those threads can switch from one to the other, which is what we call concurrency. You don't need to wait until one thread finishes to start the other.
0
💬
0
Comments
Log in to comment.
There are no comments yet.