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 a58ea8c commit 86c8467Copy full SHA for 86c8467
1 file changed
Modules/_localemodule.c
@@ -579,7 +579,6 @@ _locale__getdefaultlocale_impl(PyObject *module)
579
}
580
581
/* cannot determine the language code (very unlikely) */
582
- Py_INCREF(Py_None);
583
return Py_BuildValue("Os", Py_None, encoding);
584
585
#endif
0 commit comments