STINNER Victor added the comment: 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'> ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26764> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com