Antoine Pitrou added the comment: So basically the write() system call seems to be returning EINVAL. Can I suggest the following steps:
1. try to reproduce using os.open() and os.write() instead of open() and write() (just to make sure something doesn't get in the way) 2. if it still fails, try to reproduce using an equivalent C snippet If 2 fails as well, then this is a system issue and not a Python issue. Otherwise, we'll have to find out how Python differs from C. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue30430> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
