Skip to content

Commit 833eb10

Browse files
authored
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
1 parent bf8b374 commit 833eb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/symtable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ static void _dump_symtable(PySTEntryObject* ste, PyObject* prefix)
286286
(
287287
"%U=== Symtable for %U ===\n"
288288
"%U%s%s\n"
289-
"%U%s%s%s%s%s%s%s%s%s%s%s%s%s\n"
289+
"%U%s%s%s%s%s%s%s%s%s%s%s\n"
290290
"%Ulineno: %d col_offset: %d\n"
291291
"%U--- Symbols ---\n"
292292
),

0 commit comments

Comments
 (0)