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 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'{,}'")
History
Date User Action Args
2020-06-29 10:56:08vstinnersetrecipients: + vstinner, gvanrossum, eric.smith, lys.nikolaou, pablogsal, miss-islington
2020-06-29 10:56:08vstinnersetmessageid: <1593428168.94.0.0763964196538.issue41084@roundup.psfhosted.org>
2020-06-29 10:56:08vstinnerlinkissue41084 messages
2020-06-29 10:56:08vstinnercreate