|
|
|
|
|
by sitkack
664 days ago
|
|
Afaik, you could have multiple CPython interpreters per process before, but the GIL was global to the address space, not a per interpreter instance. I believe the GIL work also put interpreter state behind a single struct instead of a handful of global variables. This could be totes wrong, all from memory, too tired to fact check. |
|