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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1957> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com