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, vstinner
Date 2021-10-15.14:58:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634309914.57.0.687775238283.issue45486@roundup.psfhosted.org>
In-reply-to
Content
By design, _xxsubinterpretersmodule is not supposed to be a builtin module.  As a regular extension module it should only use public (or private-but-not-internal) APIs.  In fact, I was careful to not use any internal APIs in the implementation.  However, some have crept in.  The usage of internal API should be replaced with public (or private) API.  If necessary, new API should be added.
History
Date User Action Args
2021-10-15 14:58:34eric.snowsetrecipients: + eric.snow, vstinner
2021-10-15 14:58:34eric.snowsetmessageid: <1634309914.57.0.687775238283.issue45486@roundup.psfhosted.org>
2021-10-15 14:58:34eric.snowlinkissue45486 messages
2021-10-15 14:58:34eric.snowcreate