Message387929
| 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:06 | ken.teh | set | recipients: + ken.teh, pitrou, benjamin.peterson, stutzbach, r.david.murray, python-dev, hynek, martin.panter, pavlix, serhiy.storchaka, Dolda2000, cagney |
| 2021-03-02 13:41:06 | ken.teh | set | messageid: <1614692466.96.0.342647182323.issue20074@roundup.psfhosted.org> |
| 2021-03-02 13:41:06 | ken.teh | link | issue20074 messages |
| 2021-03-02 13:41:06 | ken.teh | create | |