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 astrand
Recipients
Date 2004-06-21.12:20:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=344921

One workaround for this problem is:

socket.setdefaulttimeout(somethinglarge)

Or, if you have the possibility, you can do
conn.setblocking(1) right after accept(). 
History
Date User Action Args
2007-08-23 14:22:45adminlinkissue976613 messages
2007-08-23 14:22:45admincreate