[New-bugs-announce] [issue27077] test_port_parameter_types fails with BytesWarning

Berker Peksag report at bugs.python.org
Sat May 21 08:27:09 EDT 2016


New submission from Berker Peksag:

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

----------
components: Tests
messages: 265998
nosy: berker.peksag, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: test_port_parameter_types fails with BytesWarning
type: behavior
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list