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 andr04
Recipients andr04, yselivanov
Date 2017-11-13.12:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510576758.61.0.213398074469.issue32015@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is happened when the async reading/writing interrupted by other async method which reconnects the socket. The closed socket calls the appropriate handler in the loop due to cannot be removed due to wrong fileno of socket.
History
Date User Action Args
2017-11-13 12:39:18andr04setrecipients: + andr04, yselivanov
2017-11-13 12:39:18andr04setmessageid: <1510576758.61.0.213398074469.issue32015@psf.upfronthosting.co.za>
2017-11-13 12:39:18andr04linkissue32015 messages
2017-11-13 12:39:18andr04create