]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
authorAntoine Pitrou <pitrou@free.fr>
Tue, 2 May 2017 15:20:00 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 15:20:00 +0000 (17:20 +0200)
commit495b5021e73e3c4b6404417ecf4fa83aa10297f0
tree74eebc9c19415d534342984ed3fe25f22a194f3e
parentb0d82036549074357717d130a772d1e2ebc8ea01
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
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c