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 erlendaasland
Recipients erlendaasland, pablogsal
Date 2021-04-30.22:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619823403.82.0.693655826383.issue43995@roundup.psfhosted.org>
In-reply-to
Content
To reproduce:
$ ./python.exe -m test test_typing test_grammar
0:00:00 load avg: 1.95 Run tests sequentially
0:00:00 load avg: 1.95 [1/2] test_typing
0:00:00 load avg: 1.95 [2/2] test_grammar
test test_grammar failed -- Traceback (most recent call last):
  File "/Users/erlendaasland/src/cpython-support/Lib/test/test_grammar.py", line 396, in test_var_annot_in_module
    with self.assertRaises(NameError):
AssertionError: NameError not raised

test_grammar failed

== Tests result: FAILURE ==

1 test OK.

1 test failed:
    test_grammar

Total duration: 969 ms
Tests result: FAILURE
History
Date User Action Args
2021-04-30 22:56:43erlendaaslandsetrecipients: + erlendaasland, pablogsal
2021-04-30 22:56:43erlendaaslandsetmessageid: <1619823403.82.0.693655826383.issue43995@roundup.psfhosted.org>
2021-04-30 22:56:43erlendaaslandlinkissue43995 messages
2021-04-30 22:56:43erlendaaslandcreate