From 833eb106f5ebbac258f236d50177712d98a36715 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:03:45 +0100 Subject: [PATCH] gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825) --- Python/symtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/symtable.c b/Python/symtable.c index 4acf762f8fca39..527bc367e8ea6e 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -286,7 +286,7 @@ static void _dump_symtable(PySTEntryObject* ste, PyObject* prefix) ( "%U=== Symtable for %U ===\n" "%U%s%s\n" - "%U%s%s%s%s%s%s%s%s%s%s%s%s%s\n" + "%U%s%s%s%s%s%s%s%s%s%s%s\n" "%Ulineno: %d col_offset: %d\n" "%U--- Symbols ---\n" ),