Ronald Oussoren <ronaldousso...@mac.com> added the comment:
I've attached a variation on test-conc-read.py that uses os.open and low-level APIs instead of the Python IO stack (open/io.open). This fails in the same way. os.open/os.read/os.write/os.close are very thin wrappers around the corresponding C APIs. That clearly indicates that there is a bug in the OS. ---------- Added file: https://bugs.python.org/file49318/test-conc-read2.py _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41291> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com