gh-98178: syslog() is not thread-safe on macOS (#98213)
On macOS, fix a crash in syslog.syslog() in multi-threaded applications. On macOS, the libc syslog() function is not thread-safe, so syslog.syslog() no longer releases the GIL to call it.
V
Victor Stinner committed
d4b91663857e85eab1f309cacec4d27b5f6657ec
Parent: 4414586
Committed by GitHub <noreply@github.com>
on 10/13/2022, 11:34:55 AM