]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jun 2020 00:10:57 +0000 (17:10 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 00:10:57 +0000 (17:10 -0700)
commit79e6c15aed9b4b50efd39ddaf1dc40c374b51213
tree94fbad52f96b6651b95bbc54edd25eb8467518f7
parenta4fa9a95153a3800dea60b3029b2dcaf8a4f6acb
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)

(cherry picked from commit a54096e30523534e8eebb8dc1011b4536ed237a8)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2020-06-05-23-25-00.bpo-40883.M6sQ-Q.rst [new file with mode: 0644]
Parser/pegen/parse_string.c