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 martin.panter
Recipients Jonathan Kamens, Paolo Veglia, jmadden, marcjofre, martin.panter, pje
Date 2016-04-09.12:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460205357.16.0.682887214523.issue24291@psf.upfronthosting.co.za>
In-reply-to
Content
I did not write a test case for the test suite. Doing so would probably involve too many non-trivial things, so I thought it wouldn’t be worth it:

1. A background thread or process to run a client in
2. Signal handling to trigger a partial write
3. Some way to synchronize the threads and the signal (sleep, sigwait, etc)
History
Date User Action Args
2016-04-09 12:35:57martin.pantersetrecipients: + martin.panter, pje, jmadden, Jonathan Kamens, marcjofre, Paolo Veglia
2016-04-09 12:35:57martin.pantersetmessageid: <1460205357.16.0.682887214523.issue24291@psf.upfronthosting.co.za>
2016-04-09 12:35:57martin.panterlinkissue24291 messages
2016-04-09 12:35:57martin.pantercreate