[issue1957] [patch] syslogmodule: Release GIL when calling syslog(3)

2008-02-23 Thread Christian Heimes
Christian Heimes added the comment: Applied in r61001 Thanks for the patch! :) -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue1957] [patch] syslogmodule: Release GIL when calling syslog(3)

2008-02-22 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1957] [patch] syslogmodule: Release GIL when calling syslog(3)

2008-01-28 Thread Christian Heimes
Christian Heimes added the comment: Thanks for the patch. I'm going to review it later. -- keywords: +patch nosy: +tiran priority: -> high versions: +Python 3.0 __ Tracker <[EMAIL PROTECTED]> ___

[issue1957] [patch] syslogmodule: Release GIL when calling syslog(3)

2008-01-28 Thread Dennis Jensen
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: