[issue17835] test_io broken on PPC64 Linux

Charles-François Natali report at bugs.python.org
Thu Sep 25 21:30:39 CEST 2014


Charles-François Natali added the comment:

Let's try with this instead:

>>> from socket import socket, SO_SNDBUF, SOL_SOCKET
>>> s = socket()
>>> s.getsockopt(SOL_SOCKET, SO_SNDBUF)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17835>
_______________________________________


More information about the Python-bugs-list mailing list