Message364434
| Author | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon, eric.snow, jdemeyer, nascheme, ncoghlan, phsilva, steve.dower, vstinner |
| Date | 2020-03-17.15:10:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1584457836.51.0.471853478913.issue36710@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |