]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40904: Fix segfault in the new parser with f-string containing yield statements...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2020 01:08:53 +0000 (18:08 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 01:08:53 +0000 (18:08 -0700)
commit64409117361499058b1bf95e6efec31f7bb3c0d0
treea0ce15928486f3a6679b1fe40be11496f12e7db8
parent71f501698d64af6463246bc6efdbbf1b85616102
bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)

(cherry picked from commit 972ab0327675e695373fc6272d5ac24e187579ad)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2020-06-08-01-08-57.bpo-40904.76qQzo.rst [new file with mode: 0644]
Parser/pegen/parse_string.c