ericsnowcurrently / multi-core-python

Enabling CPython multi-core parallelism via subinterpreters.
BSD 3-Clause "New" or "Revised" License
245 stars 6 forks source link

Move the global runtime config to _PyRuntimeState #80

Open ericsnowcurrently opened 2 years ago

ericsnowcurrently commented 2 years ago

https://bugs.python.org/issue46964

ericsnowcurrently commented 2 years ago

https://github.com/python/cpython/pull/31771