Skip to content

bpo-34595: Format string using %T in Python/ - #9103

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:python_tp_name
Closed

bpo-34595: Format string using %T in Python/#9103
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:python_tp_name

Conversation

@vstinner

@vstinnervstinner commented Sep 7, 2018

Copy link
Copy Markdown
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

https://bugs.python.org/issue34595

* 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
@vstinner

Copy link
Copy Markdown
MemberAuthor

The code and discussion evolved in the meanwhile. I will rewrite this change once the discussion moves on.

@vstinner
vstinner deleted the python_tp_name branch September 11, 2018 22:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot