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

Py_FatalError() should reflect that.
This commit is contained in:
Barry Warsaw 2000-08-18 05:07:12 +00:00
parent 87bec35d74
commit fc4514c22b

View file

@ -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");
}