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 and800
Recipients and800, josh.r
Date 2019-10-31.16:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572541187.64.0.135477150936.issue35182@roundup.psfhosted.org>
In-reply-to
Content
@josh.r but you’re correct regarding cached data that isn’t sent on subsequent communicate() calls. If the child consumes the input too slowly, and timeout occurs before sending all input, the remaining part will be lost.

Maybe it is not a bug, but it’s quite a confusing behavior, and I think it should be mentioned in the doc.
History
Date User Action Args
2019-10-31 16:59:47and800setrecipients: + and800, josh.r
2019-10-31 16:59:47and800setmessageid: <1572541187.64.0.135477150936.issue35182@roundup.psfhosted.org>
2019-10-31 16:59:47and800linkissue35182 messages
2019-10-31 16:59:47and800create