]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 17:10:32 +0000 (18:10 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 17:10:32 +0000 (18:10 +0100)
commit8c33ffd9b67abfbf2044979860df03c2ed7fb221
tree7382ab4f198751d45ad17c8c8246b362f4bedce9
parenta32d6b469b26bb357f9cec5a790ce8f2e19c3c90
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.
Lib/test/test_asyncio/test_events.py