Question

I did globals() in Idle and saw _frozen_importlib.BuiltinImporter. Can anyone aid with an explanation or a reference source?

Was it helpful?

Solution

That's importlib.machinery.BuiltinImporter, the importer for built-in modules. The core of importlib is bootstrapped as a frozen module in the interpreter.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top