Author tony_nelson
Recipients
Date 2006-07-29.03:46:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1356214

Here is a new patch that adds a test, in test_socket.py
TCPTimeoutTest.testInterruptedTimeout(); the functional part
of the patch is unchanged.  The test doesn't use an actual
Ctl-C, or even a SIGINT, as sending one of them seemed hard;
it sends a SIGALRM instead.  The test passes with the patch;
without the patch it prints a confused error message, but
unfortunately that's about right.

As for what I mean by "test", well, I was confused about
what was being threaded.  I have it straight now.
History
Date User Action Args
2007-08-23 15:53:22adminlinkissue1519025 messages
2007-08-23 15:53:22admincreate