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 r3owen
Recipients François Voron, asvetlov, mdk, r3owen, tomchristie, yselivanov
Date 2021-02-25.00:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614212111.24.0.474155438644.issue39758@roundup.psfhosted.org>
In-reply-to
Content
I am also seeing this in Python 3.8.6. I am not using SSL, but am simply calling `await writer.wait_closed()` on an `asyncio.StreamWriter`. Sometimes it works quickly and sometimes it hangs indefinitely.
History
Date User Action Args
2021-02-25 00:15:11r3owensetrecipients: + r3owen, asvetlov, tomchristie, yselivanov, mdk, François Voron
2021-02-25 00:15:11r3owensetmessageid: <1614212111.24.0.474155438644.issue39758@roundup.psfhosted.org>
2021-02-25 00:15:11r3owenlinkissue39758 messages
2021-02-25 00:15:10r3owencreate