[New-bugs-announce] [issue1957] [patch] syslogmodule: Release GIL when calling syslog(3)

Dennis Jensen report at bugs.python.org
Mon Jan 28 16:31:54 CET 2008


New submission from Dennis Jensen:

The glibc syslog(3) call will block in some cases; the attached patch
releases the GIL around the syslog call.

----------
components: Extension Modules, Interpreter Core
files: syslogmodule-patch.txt
messages: 61781
nosy: rd2
severity: minor
status: open
title: [patch] syslogmodule: Release GIL when calling syslog(3)
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file9312/syslogmodule-patch.txt

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1957>
__________________________________


More information about the New-bugs-announce mailing list