]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_info...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 14 Sep 2018 00:03:35 +0000 (17:03 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Sep 2018 00:03:35 +0000 (17:03 -0700)
commitd0491cd7fd8a22093ab1ae54eee51fb0e7805c0d
tree9067cb9c492b3f779f1d7918c7c30f526000ca7c
parent2b162941c0793e0dd5533ee3090901cba9d8cf7d
[3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (GH-8907) (#9286)

* [3.7] Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (GH-8907).
(cherry picked from commit 413118ebf3162418639a5c4af14b02d26571a02c)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
* Update test_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Tests/2018-08-24-20-23-15.bpo-34490.vb2cx4.rst [new file with mode: 0644]