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 Michael.Felt
Recipients Michael.Felt
Date 2018-08-24.20:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535143580.27.0.56676864532.issue34490@psf.upfronthosting.co.za>
In-reply-to
Content
Inspired by msg211764, issue20682

In short: 
   For address family of AF_UNIX or AF_UNIX_CCSID, getsockname() returns 0 if issued before a bind(). The address length is 0. This is always the case for sockets created by socketpair().

That is at least one possible explanation I found.

Have tested on AIX 6.1 and AIX 7.1 - transport.get_extra_info('sockname') returns None
History
Date User Action Args
2018-08-24 20:46:20Michael.Feltsetrecipients: + Michael.Felt
2018-08-24 20:46:20Michael.Feltsetmessageid: <1535143580.27.0.56676864532.issue34490@psf.upfronthosting.co.za>
2018-08-24 20:46:20Michael.Feltlinkissue34490 messages
2018-08-24 20:46:20Michael.Feltcreate