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 serhiy.storchaka
Recipients eric.smith, lukasz.langa, rhettinger, serhiy.storchaka
Date 2017-06-15.16:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497545923.54.0.260564609941.issue30465@psf.upfronthosting.co.za>
In-reply-to
Content
The last example causes a segfault with current PR.

>>> import ast
>>> ast.parse(r"""
... f'''\
... \
... {x}\
... \
... '''
... """)
python: Python/ast.c:4994: FstringParser_ConcatFstring: Assertion `!state->last_str || PyUnicode_GET_LENGTH(state->last_str) != 0' failed.
History
Date User Action Args
2017-06-15 17:14:26serhiy.storchakaunlinkissue30465 messages
2017-06-15 16:58:43serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.smith, lukasz.langa
2017-06-15 16:58:43serhiy.storchakasetmessageid: <1497545923.54.0.260564609941.issue30465@psf.upfronthosting.co.za>
2017-06-15 16:58:43serhiy.storchakalinkissue30465 messages
2017-06-15 16:58:43serhiy.storchakacreate