mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
init_locale(): This file defines the _locale module, so the
Py_FatalError() should reflect that.
This commit is contained in:
parent
87bec35d74
commit
fc4514c22b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue