[Python-checkins] [python/cpython] 11e97f: bpo-30682: Removed a too-strict assertion that fai...

GitHub noreply at github.com
Fri Jun 16 06:19:33 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 11e97f2f80bf65cc828c127eafc95229df35d403
      https://github.com/python/cpython/commit/11e97f2f80bf65cc828c127eafc95229df35d403
  Author: ericvsmith <ericvsmith at users.noreply.github.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M Lib/test/test_fstring.py
    M Misc/NEWS
    M Python/ast.c

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list