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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top