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 pablogsal
Recipients Guido.van.Rossum, JelleZijlstra, eric.smith, gvanrossum, kokxxxxik, larry, pablogsal
Date 2021-04-30.15:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619797250.11.0.773796377708.issue43901@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately commit 2f2b69855d6524e15d12c15ddc0adce629e7de84 has broken the buildbots:

======================================================================
FAIL: test_annotations_are_created_correctly (test.test_module.ModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_module.py", line 338, in test_annotations_are_created_correctly
    self.assertTrue("__annotations__" in ann_module4.__dict__)
AssertionError: False is not true
----------------------------------------------------------------------

Example failure:

https://buildbot.python.org/all/#/builders/511/builds/12/steps/4/logs/stdio
History
Date User Action Args
2021-04-30 15:40:50pablogsalsetrecipients: + pablogsal, gvanrossum, larry, eric.smith, Guido.van.Rossum, JelleZijlstra, kokxxxxik
2021-04-30 15:40:50pablogsalsetmessageid: <1619797250.11.0.773796377708.issue43901@roundup.psfhosted.org>
2021-04-30 15:40:50pablogsallinkissue43901 messages
2021-04-30 15:40:49pablogsalcreate