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 brett.cannon, eric.snow, htgoebel, ncoghlan, ned.deily, pablogsal
Date 2018-03-29.01:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522288232.89.0.467229070634.issue33128@psf.upfronthosting.co.za>
In-reply-to
Content
Calling initexternalimports InitalizeMainInterpreter and from new_interpreter is right, since we only want these importers on the metapath after we know sys.path has been configured appropriately.

It's the call from InitializeCore that's questionable, since we haven't finished setting up sys.path at that point.
History
Date User Action Args
2018-03-29 01:50:33ncoghlansetrecipients: + ncoghlan, brett.cannon, htgoebel, ned.deily, eric.snow, pablogsal
2018-03-29 01:50:32ncoghlansetmessageid: <1522288232.89.0.467229070634.issue33128@psf.upfronthosting.co.za>
2018-03-29 01:50:32ncoghlanlinkissue33128 messages
2018-03-29 01:50:32ncoghlancreate