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 ken.teh
Recipients Dolda2000, benjamin.peterson, cagney, hynek, ken.teh, martin.panter, pavlix, pitrou, python-dev, r.david.murray, serhiy.storchaka, stutzbach
Date 2021-03-02.13:41:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614692466.96.0.342647182323.issue20074@roundup.psfhosted.org>
In-reply-to
Content
It works on macos but not on linux, ie, I have a usb-serial dongle connected to a serial device (a CAMAC controller), and I do an os.open() with 'wb+', followed by a io.fdopen().  I can talk to my device on macos BigSur 11.2, buffered, but not on Linux which throws the non-seekable error when I do the io.fdopen().
History
Date User Action Args
2021-03-02 13:41:06ken.tehsetrecipients: + ken.teh, pitrou, benjamin.peterson, stutzbach, r.david.murray, python-dev, hynek, martin.panter, pavlix, serhiy.storchaka, Dolda2000, cagney
2021-03-02 13:41:06ken.tehsetmessageid: <1614692466.96.0.342647182323.issue20074@roundup.psfhosted.org>
2021-03-02 13:41:06ken.tehlinkissue20074 messages
2021-03-02 13:41:06ken.tehcreate