* PyErr_Format(): replace Py_TYPE(obj)->tp_name using "%s" formatter with the new %T formatter in the Python/ subdirectory. * For Python-ast.c, modify the Parser/asdl_c.py generator
|
The code and discussion evolved in the meanwhile. I will rewrite this change once the discussion moves on. |
with the new %T formatter in the Python/ subdirectory.
https://bugs.python.org/issue34595