]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 8 Aug 2024 13:03:45 +0000 (14:03 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Aug 2024 13:03:45 +0000 (14:03 +0100)
Python/symtable.c

index 4acf762f8fca39529f240bb60eb01ecedd082d5a..527bc367e8ea6e436dbc89e67284ca98fad7381a 100644 (file)
@@ -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"
         ),