]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40904: Fix segfault in the new parser with f-string containing yield statements...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 8 Jun 2020 00:47:37 +0000 (01:47 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 00:47:37 +0000 (01:47 +0100)
commit972ab0327675e695373fc6272d5ac24e187579ad
treeb5056a67e0f85f85d23ecf2bb08437efd1d41e69
parentbcb198385dee469d630a184182df9dc1463e2c47
bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)
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