Menu
Sign In Pricing Add Podcast

The Changelog: Software Development, Open Source

Free-threaded Python (Interview)

777.623 - 793.799 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

There are no comments yet.

Log in to comment.