Message340941
| Author | jdemeyer |
|---|---|
| Recipients | eric.snow, jdemeyer, vstinner |
| Date | 2019-04-26.20:57:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556312251.92.0.560298855403.issue36710@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
So what's the relation between _PyRuntime and PyInterpreterState? If the latter is a structure per interpreter, what's the point of also making the former per interpreter? It would be better to move data from _PyRuntime to PyInterpreterState. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-26 20:57:31 | jdemeyer | set | recipients: + jdemeyer, vstinner, eric.snow |
| 2019-04-26 20:57:31 | jdemeyer | set | messageid: <1556312251.92.0.560298855403.issue36710@roundup.psfhosted.org> |
| 2019-04-26 20:57:31 | jdemeyer | link | issue36710 messages |
| 2019-04-26 20:57:31 | jdemeyer | create | |