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 eric.snow
Date 2019-02-23.23:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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: <[email protected]>
2019-02-23 23:48:58eric.snowlinkissue36097 messages
2019-02-23 23:48:57eric.snowcreate