New submission from Giampaolo Rodola': >>> import socket >>> s = socket.socket(socket.AF_UNIX) >>> s.getsockname() b'' >>> s.bind('foo') >>> s.getsockname() 'foo'
---------- messages: 292580 nosy: giampaolo.rodola priority: normal severity: normal status: open title: socket.getsockname() type mismatch with AF_UNIX on Linux _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30205> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com