STINNER Victor <vstin...@python.org> added the comment:

Many buildbots failed. Example:

https://buildbot.python.org/all/#/builders/500/builds/288

======================================================================
FAIL: test_annotations (test.test_future.AnnotationsFutureTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_future.py",
 line 156, in test_annotations
    eq("u'some_string'")
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_future.py",
 line 150, in assertAnnotationEqual
    self.assertEqual(actual, expected)
AssertionError: "'some_string'" != "u'some_string'"
- 'some_string'
+ u'some_string'
? +


----------------------------------------------------------------------

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39522>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to