[issue3399] Memory corruption in multiprocessing module, OS X 10.5.4

Mark Dickinson report at bugs.python.org
Fri Aug 1 17:37:25 CEST 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a patch that fixes the problem for me.  It releases the GIL around
the calls to _conn_sendall within conn_send_string, instead of releasing 
the GIL for the whole call to conn_send_string.

----------
keywords: +patch
Added file: http://bugs.python.org/file11027/issue3399.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3399>
_______________________________________


More information about the Python-bugs-list mailing list