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 arigo, eric.snow, ncoghlan, petr.viktorin, vstinner
Date 2019-03-08.16:17:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552061849.16.0.688110280121.issue36124@roundup.psfhosted.org>
In-reply-to
Content
Also, while PyThreadState_GetDict() is the inspiration here, we don't have to copy it exactly.  For instance, PyInterpreterState_GetDict() takes a PyInterpreterState* argument, whereas PyThreadState_GetDict() takes no arguments and gets the PyThreadState* from thread-local storage.

Is there anything else that would make sense to do differently with PyInterpreterState_GetDict()?  It's pretty basic, so I'm guessing "no". :)
History
Date User Action Args
2019-03-08 16:17:29eric.snowsetrecipients: + eric.snow, arigo, ncoghlan, vstinner, petr.viktorin
2019-03-08 16:17:29eric.snowsetmessageid: <1552061849.16.0.688110280121.issue36124@roundup.psfhosted.org>
2019-03-08 16:17:29eric.snowlinkissue36124 messages
2019-03-08 16:17:29eric.snowcreate