• Home
  • Raw
  • Download

Lines Matching refs:PySys_WriteStderr

211         PySys_WriteStderr("# installing zipimport hook\n");  in _PyImportHooks_Init()
243 PySys_WriteStderr("# can't import zipimport\n"); in _PyImportHooks_Init()
252 PySys_WriteStderr( in _PyImportHooks_Init()
262 PySys_WriteStderr( in _PyImportHooks_Init()
449 PySys_WriteStderr("# clear __builtin__._\n"); in PyImport_Cleanup()
459 PySys_WriteStderr("# clear sys.%s\n", *p); in PyImport_Cleanup()
464 PySys_WriteStderr("# restore sys.%s\n", *p); in PyImport_Cleanup()
476 PySys_WriteStderr("# cleanup __main__\n"); in PyImport_Cleanup()
510 PySys_WriteStderr( in PyImport_Cleanup()
529 PySys_WriteStderr("# cleanup[2] %s\n", name); in PyImport_Cleanup()
539 PySys_WriteStderr("# cleanup sys\n"); in PyImport_Cleanup()
546 PySys_WriteStderr("# cleanup __builtin__\n"); in PyImport_Cleanup()
623 PySys_WriteStderr("import %s # previously loaded (%s)\n", in _PyImport_FindExtension()
799 PySys_WriteStderr("# %s has bad magic\n", cpathname); in check_compiled_module()
806 PySys_WriteStderr("# %s has bad mtime\n", cpathname); in check_compiled_module()
811 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname); in check_compiled_module()
857 PySys_WriteStderr("import %s # precompiled from %s\n", in load_compiled_module()
947 PySys_WriteStderr( in write_compiled_module()
957 PySys_WriteStderr("# can't write %s\n", cpathname); in write_compiled_module()
970 PySys_WriteStderr("# wrote %s\n", cpathname); in write_compiled_module()
1101 PySys_WriteStderr("import %s # precompiled from %s\n", in load_source_module()
1110 PySys_WriteStderr("import %s # from %s\n", in load_source_module()
1158 PySys_WriteStderr("import %s # directory %s\n", in load_package()
1574 PySys_WriteStderr("# trying %s\n", buf); in find_module()
2020 PySys_WriteStderr("import %s # builtin\n", name); in init_builtin()
2100 PySys_WriteStderr("import %s # frozen%s\n", in PyImport_ImportFrozenModule()