[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

STINNER Victor report at bugs.python.org
Wed Feb 19 23:25:20 CET 2014


STINNER Victor added the comment:

changeset:   89283:07cdce316b1d
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Feb 19 18:32:03 2014 +0100
files:       Lib/test/test_asyncio/test_events.py
description:
Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit)


changeset:   89282:e6016fffc894
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Feb 19 18:10:32 2014 +0100
files:       Lib/test/test_asyncio/test_events.py
description:
Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger

On Mac OS X Tiger (and older), getsockname() returns a zero-length address for
UNIX socket, and so 'sockname' extra info is None.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20648>
_______________________________________


More information about the Python-bugs-list mailing list