mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in changeset eb5c5c23ca9b.
This commit is contained in:
parent
c04ddee839
commit
8f46d655b9
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ _PyImportHooks_Init(void)
|
||||||
error:
|
error:
|
||||||
PyErr_Print();
|
PyErr_Print();
|
||||||
Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
|
Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
|
||||||
"or path_importer_cache");
|
"or path_importer_cache failed");
|
||||||
}
|
}
|
||||||
Py_DECREF(path_hooks);
|
Py_DECREF(path_hooks);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue