Python 3.13 Allows Disabling of the GIL + subinterpreters - Mouse Vs Python
Briefly

The Global Interpreter Lock makes threading easier in Python and prevents race conditions.
Removing the GIL will likely make Python buggy initially... Hopefully, by 3.14 or so, they will know all the bugs and have them fixed to some degree or another.
Read at Mouse Vs Python
[
add
]
[
|
|
]