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 berker.peksag
Recipients berker.peksag, yselivanov
Date 2016-05-21.12:27:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463833629.03.0.694431281551.issue27077@psf.upfronthosting.co.za>
In-reply-to
Content
The relevant changeset is 1570e3855ce8. Here is a traceback from a random buildbot:

======================================================================
ERROR: test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_asyncio/test_base_events.py", line 143, in test_port_parameter_types
    base_events._ipaddr_info('1.2.3.4', b'1', INET, STREAM, TCP))
BytesWarning: Comparison between bytes and string

http://buildbot.python.org/all/builders/s390x%20Debian%203.x/builds/1100/steps/test/logs/stdio
History
Date User Action Args
2016-05-21 12:27:09berker.peksagsetrecipients: + berker.peksag, yselivanov
2016-05-21 12:27:09berker.peksagsetmessageid: <1463833629.03.0.694431281551.issue27077@psf.upfronthosting.co.za>
2016-05-21 12:27:08berker.peksaglinkissue27077 messages
2016-05-21 12:27:08berker.peksagcreate