Ross Lagerwall <rosslagerw...@gmail.com> added the comment:

This new patch reuses iov allocation code between readv & writev.
It reuses code between exec, execve & fexecve.
It reuses code for parsing off_t types.

I've tried where possible to reuse code but I think though that the code seems 
pretty standard for the posix module. Each function pretty much parses args, 
calls posix function, checks for error and returns result.

----------
Added file: http://bugs.python.org/file20292/10812_v3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10812>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to