Message296166
>>> eval("f'\\\n'")
python: Python/ast.c:4906: FstringParser_ConcatFstring: Assertion `!state->last_str || PyUnicode_GET_LENGTH(state->last_str) != 0' failed.
[2] 12810 abort (core dumped) ./python
The problem is that some literal strings are zero length. The assert can be deleted. |
|
Date |
User |
Action |
Args |
2017-06-16 09:13:47 | eric.smith | set | recipients:
+ eric.smith, ned.deily, serhiy.storchaka |
2017-06-16 09:13:47 | eric.smith | set | messageid: <1497604427.55.0.696154643754.issue30682@psf.upfronthosting.co.za> |
2017-06-16 09:13:47 | eric.smith | link | issue30682 messages |
2017-06-16 09:13:47 | eric.smith | create | |
|