mirror of
https://github.com/python/cpython.git
synced 2024-11-30 21:34:17 +08:00
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
This commit is contained in:
parent
bf8b374639
commit
833eb106f5
@ -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…
Reference in New Issue
Block a user