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 49b2f31 commit 7f68e7bCopy full SHA for 7f68e7b
Modules/syslogmodule.c
@@ -250,7 +250,7 @@ syslog_closelog_impl(PyObject *module)
250
// Since the sys.closelog changes the process level state of syslog library,
251
// this operation is only allowed for the main interpreter.
252
if (!is_main_interpreter()) {
253
- PyErr_SetString(PyExc_RuntimeError, "sunbinterpreter can't use syslog.closelog()");
+ PyErr_SetString(PyExc_RuntimeError, "subinterpreter can't use syslog.closelog()");
254
return NULL;
255
}
256
0 commit comments