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 eric.snow
Recipients docs@python, eric.snow, hroncok, ned.deily, vstinner
Date 2018-05-21.23:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526945791.42.0.682650639539.issue33470@psf.upfronthosting.co.za>
In-reply-to
Content
Under Py_LIMITED_API:

    typedef struct _is PyInterpreterState;

Also, the actual removal of the "modules" field was reverted.  The field is still there until I get back to fixing https://github.com/python/cpython/pull/3606.
History
Date User Action Args
2018-05-21 23:36:31eric.snowsetrecipients: + eric.snow, vstinner, ned.deily, docs@python, hroncok
2018-05-21 23:36:31eric.snowsetmessageid: <1526945791.42.0.682650639539.issue33470@psf.upfronthosting.co.za>
2018-05-21 23:36:31eric.snowlinkissue33470 messages
2018-05-21 23:36:31eric.snowcreate