This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 ncoghlan
收信人 brett.cannon, eric.snow, grahamd, ncoghlan
日期 2016-10-12.03:39:43
SpamBayes Score -1.0
Marked as misclassified
Message-id <1476243584.23.0.458769529589.issue28411@psf.upfronthosting.co.za>
In-reply-to
内容
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:44ncoghlan修改recipients: + ncoghlan, brett.cannon, grahamd, eric.snow
2016-10-12 03:39:44ncoghlan修改messageid: <1476243584.23.0.458769529589.issue28411@psf.upfronthosting.co.za>
2016-10-12 03:39:44ncoghlan链接issue28411 messages
2016-10-12 03:39:43ncoghlan创建