anthony shaw <anthonys...@apache.org> added the comment:

hi, which version of Python were you using to do this? Please could you provide 
the full code snippet to reproduce the issue.

The following example binds to the correct namespace

  from socket import *

  sock = socket(AF_UNIX, SOCK_STREAM)

  sock.bind("\0/var/tmp/sock.tmp")

----------
nosy: +anthonypjshaw, scoder

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25541>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to