From 6d89ea699c4feb501cb2d036f6b79ee5b6982044 Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Thu, 8 Aug 2024 13:17:57 +0100 Subject: [PATCH] gh-122562: fix dump_symtable for ste_free and ste_child_free removal --- 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" ),