We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17ed5e commit 5a4959bCopy full SHA for 5a4959b
1 file changed
Modules/_localemodule.c
@@ -568,7 +568,6 @@ _locale__getdefaultlocale_impl(PyObject *module)
568
}
569
570
/* cannot determine the language code (very unlikely) */
571
- Py_INCREF(Py_None);
572
return Py_BuildValue("Os", Py_None, encoding);
573
574
#endif
0 commit comments