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.

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:44ncoghlansetrecipients: + ncoghlan, brett.cannon, grahamd, eric.snow
2016-10-12 03:39:44ncoghlansetmessageid: <1476243584.23.0.458769529589.issue28411@psf.upfronthosting.co.za>
2016-10-12 03:39:44ncoghlanlinkissue28411 messages
2016-10-12 03:39:43ncoghlancreate