mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
This commit is contained in:
parent
bf8b374639
commit
833eb106f5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue