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 26a469c commit 03ab030Copy full SHA for 03ab030
1 file changed
Modules/_localemodule.c
@@ -567,7 +567,6 @@ _locale__getdefaultlocale_impl(PyObject *module)
567
}
568
569
/* cannot determine the language code (very unlikely) */
570
- Py_INCREF(Py_None);
571
return Py_BuildValue("Os", Py_None, encoding);
572
573
#endif
0 commit comments