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 vstinner
Recipients gvanrossum, josephgordon, kernel0, miss-islington, vstinner, yselivanov
Date 2019-01-15.13:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547560749.78.0.874980484956.issue23846@roundup.psfhosted.org>
In-reply-to
Content
> In any case it looks like self-pipe sock's buffer was overflown because call_soon_threadsafe was called too many times, and loop._read_from_self couldn't empty the buffer promptly.  Then, at some point, _write_to_self failed with an IOError.

I fixed the issue. Thanks for your bug report ;-)
History
Date User Action Args
2019-01-15 13:59:10vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, kernel0, josephgordon, miss-islington
2019-01-15 13:59:09vstinnersetmessageid: <1547560749.78.0.874980484956.issue23846@roundup.psfhosted.org>
2019-01-15 13:59:09vstinnerlinkissue23846 messages
2019-01-15 13:59:09vstinnercreate