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 jdemeyer
Recipients eric.snow, jdemeyer, ncoghlan, steve.dower, vstinner
Date 2019-04-27.07:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556349713.49.0.639939151543.issue36710@roundup.psfhosted.org>
In-reply-to
Content
Changing *every* C API function to include a state parameter looks very cumbersome. Another alternative would be to store the interpreter state in every Python object (or every class, that would be sufficient). That way, you would only need to pass context to C API functions which do not take a Python object as argument.
History
Date User Action Args
2019-04-27 07:21:53jdemeyersetrecipients: + jdemeyer, ncoghlan, vstinner, eric.snow, steve.dower
2019-04-27 07:21:53jdemeyersetmessageid: <1556349713.49.0.639939151543.issue36710@roundup.psfhosted.org>
2019-04-27 07:21:53jdemeyerlinkissue36710 messages
2019-04-27 07:21:53jdemeyercreate