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()
461 PySys_WriteStderr("# clear sys.%s\n", *p); in PyImport_Cleanup()
468 PySys_WriteStderr("# restore sys.%s\n", *p); in PyImport_Cleanup()
482 PySys_WriteStderr("# cleanup __main__\n"); in PyImport_Cleanup()
518 PySys_WriteStderr( in PyImport_Cleanup()
542 PySys_WriteStderr("# cleanup[2] %s\n", name); in PyImport_Cleanup()
557 PySys_WriteStderr("# cleanup sys\n"); in PyImport_Cleanup()
566 PySys_WriteStderr("# cleanup __builtin__\n"); in PyImport_Cleanup()
645 PySys_WriteStderr("import %s # previously loaded (%s)\n", in _PyImport_FindExtension()
821 PySys_WriteStderr("# %s has bad magic\n", cpathname); in check_compiled_module()
828 PySys_WriteStderr("# %s has bad mtime\n", cpathname); in check_compiled_module()
833 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname); in check_compiled_module()
879 PySys_WriteStderr("import %s # precompiled from %s\n", in load_compiled_module()
969 PySys_WriteStderr( in write_compiled_module()
979 PySys_WriteStderr("# can't write %s\n", cpathname); in write_compiled_module()
992 PySys_WriteStderr("# wrote %s\n", cpathname); in write_compiled_module()
1123 PySys_WriteStderr("import %s # precompiled from %s\n", in load_source_module()
1132 PySys_WriteStderr("import %s # from %s\n", in load_source_module()
1180 PySys_WriteStderr("import %s # directory %s\n", in load_package()
1596 PySys_WriteStderr("# trying %s\n", buf); in find_module()
2042 PySys_WriteStderr("import %s # builtin\n", name); in init_builtin()
2122 PySys_WriteStderr("import %s # frozen%s\n", in PyImport_ImportFrozenModule()