Message372562
| Author |
vstinner |
| Recipients |
eric.smith, gvanrossum, lys.nikolaou, miss-islington, pablogsal, vstinner |
| Date |
2020-06-29.10:56:08 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1593428168.94.0.0763964196538.issue41084@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
The change broke the old parser in Python 3.9, I reopen the issue:
AMD64 Arch Linux VintageParser 3.9:
https://buildbot.python.org/all/#/builders/765/builds/129
FAIL: test_format_specifier_expressions (test.test_fstring.TestCase) (str="f'{4:{/5}}'")
FAIL: test_invalid_syntax_error_message (test.test_fstring.TestCase)
FAIL: test_lambda (test.test_fstring.TestCase) (str="f'{lambda x:x}'")
FAIL: test_parens_in_expressions (test.test_fstring.TestCase) (str="f'{,}'")
FAIL: test_parens_in_expressions (test.test_fstring.TestCase) (str="f'{,}'") |
|