The Changelog: Software Development, Open Source
Free-threaded Python (Interview)
Pablo Galindo
But then when this program that is the Python interpreter is executing Python code, it can have multiple threads at the same time. And all these little objects that Python exposes could be mutated at the same time, which is a problem. And Python in particular, Cpython as well, and most of the implementations is reference counted.
0
💬
0
Comments
Log in to comment.
There are no comments yet.