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>
|
@pablogsal and @ncoghlan: Backport status check is done, and it's a success ✅ . |
|
Thanks! |
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
https://bugs.python.org/issue33128