bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)

This commit is contained in:
Pablo Galindo 2020-06-06 00:52:15 +01:00 committed by GitHub
parent b084d1b97e
commit a54096e305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix memory leak in when parsing f-strings in the new parser. Patch by Pablo Galindo