Message364434
Instead of passing `_PyRuntimeState` around everywhere, why not just let it disappear in time.
Currently `_PyRuntimeState` manages "global" state, mainly the GIL and some config.
Once the GIL has been migrated to the sub-interpreters, the config part can be factored out and `_PyRuntimeState` can just disappear. |
|
Date |
User |
Action |
Args |
2020-03-17 15:10:36 | Mark.Shannon | set | recipients:
+ Mark.Shannon, nascheme, ncoghlan, vstinner, phsilva, eric.snow, jdemeyer, steve.dower |
2020-03-17 15:10:36 | Mark.Shannon | set | messageid: <1584457836.51.0.471853478913.issue36710@roundup.psfhosted.org> |
2020-03-17 15:10:36 | Mark.Shannon | link | issue36710 messages |
2020-03-17 15:10:36 | Mark.Shannon | create | |
|