Message 336419 - Python tracker

Message336419

Author eric.snow
Recipients eric.snow
Date 2019-02-23.23:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550965738.11.0.154386205273.issue36097@roundup.psfhosted.org>
In-reply-to
Content
After discussions about our use of the public C-API in stdlib extension modules, I realized that I'd written the _xxsubinterpreters module using internal C-API.  However, there's no reason not to stick to the public C-API.  Fixing this will require adding a few new "private" functions.
History
Date User Action Args
2019-02-23 23:48:58eric.snowsetrecipients: + eric.snow
2019-02-23 23:48:58eric.snowsetmessageid: <1550965738.11.0.154386205273.issue36097@roundup.psfhosted.org>
2019-02-23 23:48:58eric.snowlinkissue36097 messages
2019-02-23 23:48:57eric.snowcreate