[issue41332] connect_accepted_socket() missing from AbstractEventLoop

Alex Grönholm report at bugs.python.org
Sat Jul 18 10:18:13 EDT 2020


New submission from Alex Grönholm <alex.gronholm at nextday.fi>:

The connect_accepted_socket() method seems to be missing from the AbstractEventLoop ABC. I assume this was a simple mistake of omission. I will ready a PR to add it.

----------
components: asyncio
messages: 373904
nosy: alex.gronholm, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: connect_accepted_socket() missing from AbstractEventLoop
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41332>
_______________________________________


More information about the Python-bugs-list mailing list