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 vstinner
Recipients brett.cannon, vstinner
Date 2021-03-10.10:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615372389.77.0.204689316726.issue43456@roundup.psfhosted.org>
In-reply-to
Content
> I noticed that _xxsubinterpreters is in sys.stdlib_module_names but none of the other `_xx` modules are included (nor is 'test'). Since _xxsubinterpreters is only meant for testing (ATM) I think it should probably be left out.

Oh right, I agree that _xxsubinterpreters is not really part of the stdlib, it's more designed to write unit tests. I wrote PR 24814 to remove it.
History
Date User Action Args
2021-03-10 10:33:09vstinnersetrecipients: + vstinner, brett.cannon
2021-03-10 10:33:09vstinnersetmessageid: <1615372389.77.0.204689316726.issue43456@roundup.psfhosted.org>
2021-03-10 10:33:09vstinnerlinkissue43456 messages
2021-03-10 10:33:09vstinnercreate