Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top