]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 5 Jun 2020 23:52:15 +0000 (00:52 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2020 23:52:15 +0000 (00:52 +0100)
commita54096e30523534e8eebb8dc1011b4536ed237a8
tree9e905adc9c13fd843993cf3d6e4692fe240de5fb
parentb084d1b97e369293d2d2bc0791e2135822c923a8
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
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