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 vstinner
Recipients vinay.sajip, vstinner, xdegaye
Date 2016-04-20.13:01:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa+Bu2JOOsWHUYiocGYpnQVzSdyN2ttz5_Mjjn91aYg4w@mail.gmail.com>
In-reply-to <1461148122.22.0.754712328998.issue26803@psf.upfronthosting.co.za>
Content
Xavier de Gaye added the comment:
> when self.server_address is a string and contains a null byte, then
> getsockname() returns a bytes object.

Ah? It sounds strange to me that the type of getsockname() depends on
the NULL byte. I would also expect a Unicode name for the abstract
namespace. What do you think?
History
Date User Action Args
2016-04-20 13:01:58vstinnersetrecipients: + vstinner, vinay.sajip, xdegaye
2016-04-20 13:01:58vstinnerlinkissue26803 messages
2016-04-20 13:01:58vstinnercreate