消息 [278514]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-10-12 03:39:44 | ncoghlan | 修改 | recipients:
+ ncoghlan, brett.cannon, grahamd, eric.snow |
| 2016-10-12 03:39:44 | ncoghlan | 修改 | messageid: <1476243584.23.0.458769529589.issue28411@psf.upfronthosting.co.za> |
| 2016-10-12 03:39:44 | ncoghlan | 链接 | issue28411 messages |
| 2016-10-12 03:39:43 | ncoghlan | 创建 | |
|