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 ncoghlan
Recipients barry, eric.snow, ncoghlan, vstinner
Date 2017-11-22.23:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511394968.97.0.213398074469.issue32030@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, *please* don't add the external import settings to CoreConfig. That struct should only contain the absolute bare minimum of settings needed to get an interpreter that *can't* access the filesystem, such that builtin modules and frozen modules work, but nothing else does.

If you need some extra structures to hold command line and environment state, that's fine, but the full external import system attributes should go in the main interpreter config, as described in https://www.python.org/dev/peps/pep-0432/#supported-configuration-settings
History
Date User Action Args
2017-11-22 23:56:09ncoghlansetrecipients: + ncoghlan, barry, vstinner, eric.snow
2017-11-22 23:56:08ncoghlansetmessageid: <1511394968.97.0.213398074469.issue32030@psf.upfronthosting.co.za>
2017-11-22 23:56:08ncoghlanlinkissue32030 messages
2017-11-22 23:56:08ncoghlancreate