Python subinterpreters with separate GILs

James Lu jamtlu at gmail.com
Wed Feb 10 21:51:16 EST 2021


Directly removing the Global Interpreter Lock (GIL) would break a lot
of libraries that implicitly assume it is there. What if Python had
"realms" that each had separate GILs?

The "realms" (not sure if "subinterpreter" is the correct term here)
could share objects.


More information about the Python-list mailing list