Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 495b5021e73e3c4b6404417ecf4fa83aa10297f0 https://github.com/python/cpython/commit/495b5021e73e3c4b6404417ecf4fa83aa10297f0 Author: Antoine Pitrou <pitrou at free.fr> Date: 2017年05月02日 (2017年5月02日) Changed paths: M Lib/test/test_socket.py M Misc/NEWS M Modules/socketmodule.c Log Message: ----------- bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) * bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux * Add NEWS entry