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.
syslog
1 parent c6a566e commit 0351ed5Copy full SHA for 0351ed5
Modules/syslogmodule.c
@@ -258,7 +258,7 @@ syslog_closelog_impl(PyObject *module)
258
// Since the sys.closelog changes the process level state of syslog library,
259
// this operation is only allowed for the main interpreter.
260
if (!is_main_interpreter()) {
261
- PyErr_SetString(PyExc_RuntimeError, "sunbinterpreter can't use syslog.closelog()");
+ PyErr_SetString(PyExc_RuntimeError, "subinterpreter can't use syslog.closelog()");
262
return NULL;
263
}
264
0 commit comments