bpo-33128 Fix duplicated call to importlib._install_external_importers by pablogsal · Pull Request #6273 · python/cpython

ncoghlan

@pablogsal

ncoghlan

@pablogsal

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 25, 2018
pythonGH-6273)

External importers were being added in both phases of the import
system initialisation.

They're only supposed to be added in the second phase, after the
import machinery has been appropriately configured.
(cherry picked from commit 0977091)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>

miss-islington added a commit that referenced this pull request

Apr 25, 2018
GH-6273)

External importers were being added in both phases of the import
system initialisation.

They're only supposed to be added in the second phase, after the
import machinery has been appropriately configured.
(cherry picked from commit 0977091)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>