commit | 11e97f2f80bf65cc828c127eafc95229df35d403 | [log] [tgz] |
---|---|---|
author | ericvsmith <ericvsmith@users.noreply.github.com> | Fri Jun 16 06:19:32 2017 -0400 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Jun 16 13:19:32 2017 +0300 |
tree | 69abcabdc0c46545eea7d33419655cd952fb9190 | |
parent | a49c935cfd6b4f8ea1f750888dd9260bbf5b9980 [diff] |
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.