Message278514
| Author | ncoghlan |
|---|---|
| Recipients | brett.cannon, eric.snow, grahamd, ncoghlan |
| Date | 2016-10-12.03:39:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1476243584.23.0.458769529589.issue28411@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I just checked the docs, and it turns out I'm wrong about this being a previously public API: "There are no public members in this structure." From https://docs.python.org/3/c-api/init.html#c.PyInterpreterState That means the only externally supported API that needs to be preserved is PyImport_GetModuleDict() to get the current thread's module cache, and your original patch already did that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-12 03:39:44 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, grahamd, eric.snow |
| 2016-10-12 03:39:44 | ncoghlan | set | messageid: <1476243584.23.0.458769529589.issue28411@psf.upfronthosting.co.za> |
| 2016-10-12 03:39:44 | ncoghlan | link | issue28411 messages |
| 2016-10-12 03:39:43 | ncoghlan | create | |