]> granicus.if.org Git - python/commit
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)
authorericvsmith <ericvsmith@users.noreply.github.com>
Fri, 16 Jun 2017 10:19:32 +0000 (06:19 -0400)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Jun 2017 10:19:32 +0000 (13:19 +0300)
commit11e97f2f80bf65cc828c127eafc95229df35d403
tree69abcabdc0c46545eea7d33419655cd952fb9190
parenta49c935cfd6b4f8ea1f750888dd9260bbf5b9980
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)

This caused a segfault on eval("f'\\\n'") and eval("f'\\\r'") in debug build.
Lib/test/test_fstring.py
Misc/NEWS
Python/ast.c