mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
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.
Miscellaneous source files for the main Python shared library