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日 (2017年6月16日) 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.