From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:03:45 +0000 (+0100) Subject: gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825) X-Git-Tag: v3.14.0a1~833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=833eb106f5ebbac258f236d50177712d98a36715;p=thirdparty%2FPython%2Fcpython.git gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825) --- diff --git a/Python/symtable.c b/Python/symtable.c index 4acf762f8fca..527bc367e8ea 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" ),