cpython/Lib/test/test_asyncio
Miss Islington (bot) 94704048e2
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
This PR proposes a solution to [bpo-35545](https://bugs.python.org/issue35545) by adding an optional `flowinfo` and `scopeid` to `asyncio.base_events._ipaddr_info` to carry the full address information into `_ipaddr_info` and avoid discarding IPv6 specific information.

Changelog entry & regression tests to come.

https://bugs.python.org/issue35545
(cherry picked from commit ac8eb8f36b)

Co-authored-by: Erwan Le Pape <lepaperwan@users.noreply.github.com>
2019-05-17 02:05:19 -07:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) 2019-05-17 02:05:19 -07:00
test_buffered_proto.py
test_context.py
test_events.py bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) 2018-12-28 18:01:00 -08:00
test_futures.py bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) 2018-12-17 07:10:20 -08:00
test_locks.py
test_pep492.py
test_proactor_events.py
test_queues.py
test_runners.py
test_selector_events.py bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) 2019-05-07 10:45:53 -07:00
test_server.py
test_sslproto.py bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) 2019-05-16 09:41:36 -07:00
test_streams.py Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" (GH-13328) 2019-05-14 22:29:54 +02:00
test_subprocess.py
test_tasks.py bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) 2019-05-07 12:38:00 -07:00
test_transports.py
test_unix_events.py bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) 2018-12-29 11:38:24 -08:00
test_windows_events.py
test_windows_utils.py
utils.py bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) 2018-12-17 01:03:04 -08:00