[issue28134] socket.socket(fileno=fd) does not work as documented

STINNER Victor report at bugs.python.org
Mon Jan 29 17:06:02 EST 2018


STINNER Victor <victor.stinner at gmail.com> added the comment:

x86-64 Sierra 3.x is grumpy:

http://buildbot.python.org/all/#/builders/14/builds/659

======================================================================
FAIL: test_uknown_socket_family_repr (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_socket.py", line 1645, in test_uknown_socket_family_repr
    self.assertEqual(s.proto, 23)
AssertionError: 0 != 23

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28134>
_______________________________________


More information about the Python-bugs-list mailing list