The big issue is what about all those C extension modules, some of them might require a lot of changes to work properly in a no-GIL world.
https://docs.python.org/3/howto/free-threading-python.html
The big issue is what about all those C extension modules, some of them might require a lot of changes to work properly in a no-GIL world.