This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anthonypjshaw
Recipients anthonypjshaw, pitrou, scoder, soutys
Date 2019-05-06.20:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557173706.02.0.479190719066.issue25541@roundup.psfhosted.org>
In-reply-to
Content
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")
History
Date User Action Args
2019-05-06 20:15:06anthonypjshawsetrecipients: + anthonypjshaw, pitrou, scoder, soutys
2019-05-06 20:15:06anthonypjshawsetmessageid: <1557173706.02.0.479190719066.issue25541@roundup.psfhosted.org>
2019-05-06 20:15:06anthonypjshawlinkissue25541 messages
2019-05-06 20:15:05anthonypjshawcreate