New submission from Andrey <and...@gmail.com>:

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.

----------
components: asyncio
files: raise.py
messages: 306154
nosy: andr04, yselivanov
priority: normal
severity: normal
status: open
title: Asyncio cycling during simultaneously socket read/write and reconnection
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8
Added file: https://bugs.python.org/file47262/raise.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to