diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-06-05 23:52:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 23:52:15 (GMT) |
commit | a54096e30523534e8eebb8dc1011b4536ed237a8 (patch) | |
tree | 9e905adc9c13fd843993cf3d6e4692fe240de5fb /Misc | |
parent | b084d1b97e369293d2d2bc0791e2135822c923a8 (diff) | |
download | cpython-a54096e30523534e8eebb8dc1011b4536ed237a8.zip cpython-a54096e30523534e8eebb8dc1011b4536ed237a8.tar.gz cpython-a54096e30523534e8eebb8dc1011b4536ed237a8.tar.bz2 |
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-06-05-23-25-00.bpo-40883.M6sQ-Q.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-05-23-25-00.bpo-40883.M6sQ-Q.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-05-23-25-00.bpo-40883.M6sQ-Q.rst new file mode 100644 index 0000000..ebeb0cc --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-05-23-25-00.bpo-40883.M6sQ-Q.rst @@ -0,0 +1 @@ +Fix memory leak in when parsing f-strings in the new parser. Patch by Pablo Galindo
\ No newline at end of file |