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 neale
Recipients neale
Date 2015-03-31.19:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427828484.47.0.0998681334057.issue23830@psf.upfronthosting.co.za>
In-reply-to
Content
IUCV is a hypervisor mediated communications method for z/VM guest virtual machines. Linux on z Systems (aka s390x) has supported this via the use of AF_IUCV sockets for many years (added to kernel Feb 2007). This suggested patch adds support to Python 2.7.9 for this socket type. I have built Python on both s390x and x86_64: both build cleanly and the test added to test_socket.py runs cleanly on s390x and is skipped on other platforms.
History
Date User Action Args
2015-03-31 19:01:25nealesetrecipients: + neale
2015-03-31 19:01:24nealesetmessageid: <1427828484.47.0.0998681334057.issue23830@psf.upfronthosting.co.za>
2015-03-31 19:01:24nealelinkissue23830 messages
2015-03-31 19:01:24nealecreate