Staging
v0.5.1
https://github.com/python/cpython
Revision df90ae69fee6f979e3aa92dd62304c3f8adf193f authored by Victor Stinner on 19 February 2014, 17:10:32 UTC, committed by Victor Stinner on 19 February 2014, 17:10:32 UTC
On Mac OS X Tiger (and older), getsockname() returns a zero-length address for
UNIX socket, and so 'sockname' extra info is None.
1 parent 1589920
Raw File
Tip revision: df90ae69fee6f979e3aa92dd62304c3f8adf193f authored by Victor Stinner on 19 February 2014, 17:10:32 UTC
Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger
Tip revision: df90ae6
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top