Antoine Pitrou <pit...@free.fr> 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 <rep...@bugs.python.org> <http://bugs.python.org/issue11351> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com