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 ethan.furman, python-dev, serhiy.storchaka, vstinner
Date 2016-04-15.12:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460722053.4.0.665582701671.issue26764@psf.upfronthosting.co.za>
In-reply-to
Content
Buildbots are unhappy.

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/3456/steps/test/logs/stdio

======================================================================
FAIL: test_imod (test.test_bytes.ByteArrayTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_bytes.py", line 507, in test_imod
    self.assertIs(type(b), bytes)
AssertionError: <class 'bytearray'> is not <class 'bytes'>

======================================================================
FAIL: test_mod (test.test_bytes.ByteArrayTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_bytes.py", line 495, in test_mod
    self.assertIs(type(a), bytes)
AssertionError: <class 'bytearray'> is not <class 'bytes'>
History
Date User Action Args
2016-04-15 12:07:33vstinnersetrecipients: + vstinner, ethan.furman, python-dev, serhiy.storchaka
2016-04-15 12:07:33vstinnersetmessageid: <1460722053.4.0.665582701671.issue26764@psf.upfronthosting.co.za>
2016-04-15 12:07:33vstinnerlinkissue26764 messages
2016-04-15 12:07:32vstinnercreate