mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-133581: Fix refleak in t-string AST unparsing (#133724)
This commit is contained in:
parent
6801bd32cb
commit
308ceffc68
1 changed files with 1 additions and 0 deletions
|
@ -749,6 +749,7 @@ append_templatestr(PyUnicodeWriter *writer, expr_ty e)
|
|||
goto error;
|
||||
}
|
||||
}
|
||||
_PyArena_Free(arena);
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue