Message337506
| Author | eric.snow |
|---|---|
| Recipients | arigo, eric.snow, ncoghlan, petr.viktorin, vstinner |
| Date | 2019-03-08.16:17:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552061849.16.0.688110280121.issue36124@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Also, while PyThreadState_GetDict() is the inspiration here, we don't have to copy it exactly. For instance, PyInterpreterState_GetDict() takes a PyInterpreterState* argument, whereas PyThreadState_GetDict() takes no arguments and gets the PyThreadState* from thread-local storage. Is there anything else that would make sense to do differently with PyInterpreterState_GetDict()? It's pretty basic, so I'm guessing "no". :) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-08 16:17:29 | eric.snow | set | recipients: + eric.snow, arigo, ncoghlan, vstinner, petr.viktorin |
| 2019-03-08 16:17:29 | eric.snow | set | messageid: <1552061849.16.0.688110280121.issue36124@roundup.psfhosted.org> |
| 2019-03-08 16:17:29 | eric.snow | link | issue36124 messages |
| 2019-03-08 16:17:29 | eric.snow | create | |