mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)
This commit is contained in:
parent
b084d1b97e
commit
a54096e305
2 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix memory leak in when parsing f-strings in the new parser. Patch by Pablo Galindo
|
||||
Loading…
Add table
Add a link
Reference in a new issue