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 steve.dower
Recipients Jeffrey.Kintscher, Paul Monson, eric.smith, filips123, giampaolo.rodola, malin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-03.00:53:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564793608.88.0.630398354108.issue33408@roundup.psfhosted.org>
In-reply-to
Content
> I think it's possible that there is code that detects whether AF_UNIX is an attribute on socket or not and does something different on Windows, but I haven't seen an example of it so far.

One of the test suites linked above had a skipUnless(hasattr(socket, 'AF_UNIX')) on the whole class, and at least one test assumed that it could use datagram support, so there's the example.
History
Date User Action Args
2019-08-03 00:53:28steve.dowersetrecipients: + steve.dower, paul.moore, eric.smith, giampaolo.rodola, tim.golden, zach.ware, malin, filips123, Paul Monson, Jeffrey.Kintscher
2019-08-03 00:53:28steve.dowersetmessageid: <1564793608.88.0.630398354108.issue33408@roundup.psfhosted.org>
2019-08-03 00:53:28steve.dowerlinkissue33408 messages
2019-08-03 00:53:28steve.dowercreate