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 BTaskaya, pablogsal, vstinner
Date 2020-04-15.01:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586912777.04.0.37750792109.issue39522@roundup.psfhosted.org>
In-reply-to
Content
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'
? +


----------------------------------------------------------------------
History
Date User Action Args
2020-04-15 01:06:17vstinnersetrecipients: + vstinner, pablogsal, BTaskaya
2020-04-15 01:06:17vstinnersetmessageid: <1586912777.04.0.37750792109.issue39522@roundup.psfhosted.org>
2020-04-15 01:06:17vstinnerlinkissue39522 messages
2020-04-15 01:06:16vstinnercreate