]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)
authorAlex Grönholm <alex.gronholm@nextday.fi>
Thu, 26 Nov 2020 10:09:12 +0000 (12:09 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 10:09:12 +0000 (12:09 +0200)
commite3ef4d7f653976ac0ccacc4e3fde06bf0e0f139b
tree2b77b57f3112c2bf168e5bf93066a66efc652ae9
parentf533cb80cbbb7acdf9ce1978cfba095ce5eeedaa
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Misc/NEWS.d/next/Library/2020-07-18-17-39-28.bpo-41332.QRGmA5.rst [new file with mode: 0644]