This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients amaury.forgeotdarc, jnoller, mark.dickinson
Date 2008-08-01.15:37:24
SpamBayes Score 0.0019176506
Marked as misclassified No
Message-id <1217605045.29.0.883573169717.issue3399@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-01 15:37:25mark.dickinsonsetrecipients: + mark.dickinson, amaury.forgeotdarc, jnoller
2008-08-01 15:37:25mark.dickinsonsetmessageid: <1217605045.29.0.883573169717.issue3399@psf.upfronthosting.co.za>
2008-08-01 15:37:24mark.dickinsonlinkissue3399 messages
2008-08-01 15:37:24mark.dickinsoncreate