blob: 833a6e6bb3f77579774a4a5f2798ea9133f0ef21 [file] [log] [blame]
On macOS, fix a crash in :func:`syslog.syslog` in multi-threaded applications.
On macOS, the libc ``syslog()`` function is not thread-safe, so
:func:`syslog.syslog` no longer releases the GIL to call it. Patch by Victor
Stinner.