This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients Giovanni Pizzi, ned.deily, ronaldoussoren
Date 2020-07-15.14:11:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594822310.48.0.967805285954.issue41291@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-15 14:11:50ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Giovanni Pizzi
2020-07-15 14:11:50ronaldoussorensetmessageid: <1594822310.48.0.967805285954.issue41291@roundup.psfhosted.org>
2020-07-15 14:11:50ronaldoussorenlinkissue41291 messages
2020-07-15 14:11:50ronaldoussorencreate