[New-bugs-announce] [issue32015] Asyncio cycling during simultaneously socket read/write and reconnection

Andrey report at bugs.python.org
Mon Nov 13 07:39:18 EST 2017


New submission from Andrey <andr06 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32015>
_______________________________________


More information about the New-bugs-announce mailing list