Skip to content

Commit

Permalink
pythongh-122562: fix dump_symtable for ste_free and ste_child_free re…
Browse files Browse the repository at this point in the history
…moval (python#122825)
  • Loading branch information
iritkatriel committed Aug 8, 2024
1 parent bf8b374 commit 833eb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/symtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
Expand Down

0 comments on commit 833eb10

Please sign in to comment.