bpo-34595: Format string using %T in Python/ by vstinner · Pull Request #9103 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Closed
Conversation
Member
- 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
* 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-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
vstinner
added
the
skip news
label
vstinner
commented
Sep 11, 2018
vstinner commented
Member Author
The code and discussion evolved in the meanwhile. I will rewrite this change once the discussion moves on.
vstinner
closed this
vstinner
deleted the
python_tp_name
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment