Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_fstring.py
Find file
Blame
History
Permalink
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)
· 11e97f2f
ericvsmith
authored
Jun 16, 2017
This caused a segfault on eval("f'\\\n'") and eval("f'\\\r'") in debug build.
11e97f2f