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.

Name socket-sendfile4.patch
Description return no. of bytes sent instead of (ok, exc); "sleep" on BlockingIOError
Content Type text/plain
SpamBayes Score -1.0
Marked as misclassified Yes
download
History
Date User Action Args
2014-04-22 02:14:44giampaolo.rodolasetdescription: return no. of bytes sent instead ok (ok, exc); "sleep" on BlockingIOError -> return no. of bytes sent instead of (ok, exc); "sleep" on BlockingIOError
2014-04-22 02:14:23giampaolo.rodolasetdescription: return no. of bytes sent instead ok (ok, exc); "sleep" on BlockingIOError
2014-04-22 02:13:21giampaolo.rodolalinkissue17552 files
2014-04-22 02:13:17giampaolo.rodolacreate