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 859b2aa commit a76038fCopy full SHA for a76038f
src/blazingmq/_ext.pyx
@@ -58,7 +58,7 @@ cdef _log_callback(const char *name,
58
int level,
59
const char *filename,
60
int line,
61
- const char *msg):
+ const char *msg) noexcept:
62
if not LOGGER.isEnabledFor(level):
63
return
64
rec = LOGGER.makeRecord(name, level, filename, line, msg, (), None)
0 commit comments