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 vstinner
Recipients christian.heimes, martin.panter, pitrou, r.david.murray, vstinner, yselivanov
Date 2018-01-29.22:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517263562.75.0.467229070634.issue28134@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-01-29 22:06:02vstinnersetrecipients: + vstinner, pitrou, christian.heimes, r.david.murray, martin.panter, yselivanov
2018-01-29 22:06:02vstinnersetmessageid: <1517263562.75.0.467229070634.issue28134@psf.upfronthosting.co.za>
2018-01-29 22:06:02vstinnerlinkissue28134 messages
2018-01-29 22:06:02vstinnercreate