[Python-checkins] [python/cpython] 495b50: bpo-30205: Fix getsockname() for unbound AF_UNIX s...

GitHub noreply at github.com
Tue May 2 11:20:03 EDT 2017


  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 (Tue, 02 May 2017)

  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




More information about the Python-checkins mailing list