gh-133581: Fix refleak in t-string AST unparsing (#133724)
This commit is contained in:
parent
6801bd32cb
commit
308ceffc68
@ -749,6 +749,7 @@ append_templatestr(PyUnicodeWriter *writer, expr_ty e)
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
_PyArena_Free(arena);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user