Antoine Pitrou <[email protected]> added the comment:
Your patch is not cleaned up. There are strange things like:
+ ret ^= ret;
(while would you xor an off_t?)
and
+ do { off_t x = (*buf)[i].len;
+ (*iov)[i].iov_len = x;
+ ret += x;
+ } while (0);
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11351>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com