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 asvetlov, pablogsal, vstinner, yselivanov
Date 2020-08-05.00:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596586441.33.0.993645905497.issue38912@roundup.psfhosted.org>
In-reply-to
Content
> I created bpo-41467: asyncio: recv_into() must not return b'' if the socket/pipe is closed.

This was a real asyncio bug, specific to Windows, and it's now fixed.

But the initial bug report was on Unix (Linux?) and is different:

> Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)
History
Date User Action Args
2020-08-05 00:14:01vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2020-08-05 00:14:01vstinnersetmessageid: <1596586441.33.0.993645905497.issue38912@roundup.psfhosted.org>
2020-08-05 00:14:01vstinnerlinkissue38912 messages
2020-08-05 00:14:01vstinnercreate