[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_info('sock… by aixtools · Pull Request #8907 · python/cpython

aixtools

…name')

Merged

asvetlov pushed a commit to asvetlov/cpython that referenced this pull request

Sep 13, 2018
…('sockname') (pythonGH-8907).

(cherry picked from commit 413118e)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>

asvetlov added a commit that referenced this pull request

Sep 14, 2018
…_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 413118e)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>

* Update test_events.py