模块对象 初始化 C 模块 单阶段初始化 多阶段初始化 底层模块创建函数 支持函数 查找模块 模块对象 PyTypeObject PyModule_Type Part of the Stable ABI . 这个 C 类型实例 PyTypeObject 用来表示Python中的模块类型。在 Python 程序中该实例被暴露为 t...
导入模块 导入模块 PyObject PyImport_ImportModule (const char **name) Return value: New reference. This is a simplified interface to PyImport_ImportModuleEx() below, leaving the glob...