https://github.com/python/cpython/commit/833eb106f5ebbac258f236d50177712d98a36715
commit: 833eb106f5ebbac258f236d50177712d98a36715
branch: main
author: Irit Katriel <[email protected]>
committer: iritkatriel <[email protected]>
date: 2024-08-08T14:03:45+01:00
summary:

gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)

files:
M Python/symtable.c

diff --git a/Python/symtable.c b/Python/symtable.c
index 4acf762f8fca39..527bc367e8ea6e 100644
--- a/Python/symtable.c
+++ b/Python/symtable.c
@@ -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"
         ),

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to