Commit fc4514c2 authored by Barry Warsaw's avatar Barry Warsaw

init_locale(): This file defines the _locale module, so the

Py_FatalError() should reflect that.
parent 87bec35d
......@@ -454,5 +454,5 @@ init_locale(void)
Py_XDECREF(x);
if (PyErr_Occurred())
Py_FatalError("Can't initialize module locale");
Py_FatalError("Can't initialize module _locale");
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment