Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parse test case on Python 3.12 (#15577)
This fixes the test case testFStringWithFormatSpecifierExpression on Python 3.12. Strip redundant empty string literal from AST generated from f-string. It's not generated on earlier Python versions and it seems fine to just drop it.
- Loading branch information