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 kormang
Recipients asvetlov, jaswdr, kormang, yselivanov
Date 2021-05-07.09:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620381268.96.0.204248542632.issue43806@roundup.psfhosted.org>
In-reply-to
Content
@jaswdr Hm, this is was somewhat unexpected for me, since when reading directly from pipe, and EOF is sent.

Timeout was somewhat awkward in my case, since I don't know when other process will start sending, and how long it would take. On the other hand, I use asyncio loop, and can do this asynchronously, so I get notified when child process dies, by other means, and close the stream. So there are plenty of possible workarounds, but I'm not sure it is impossible to solve the problem on the library level yet. It would take more digging into implementation from my side, however.
History
Date User Action Args
2021-05-07 09:54:28kormangsetrecipients: + kormang, asvetlov, yselivanov, jaswdr
2021-05-07 09:54:28kormangsetmessageid: <1620381268.96.0.204248542632.issue43806@roundup.psfhosted.org>
2021-05-07 09:54:28kormanglinkissue43806 messages
2021-05-07 09:54:28kormangcreate