Skip to content

bpo-43244: Remove aliases from pycore_ast.h - #25256

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

bpo-43244: Remove aliases from pycore_ast.h#25256
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:py_funcs

Conversation

@vstinner

@vstinnervstinner commented Apr 7, 2021

Copy link
Copy Markdown
Member

Remove macros creating aliases without prefix in pycore_ast.h. For
example, Module() becomes _Py_Module(). Update Grammar/python.gram to
only use _Py_xxx() functions.

https://bugs.python.org/issue43244

Remove macros creating aliases without prefix in pycore_ast.h. For
example, Module() becomes _Py_Module(). Update Grammar/python.gram to
only use _Py_xxx() functions.
@vstinner

Copy link
Copy Markdown
MemberAuthor

This is a simplied variant of PR #25252 which also replaces _Py_ prefix with _PyAST_ prefix.

@vstinner

Copy link
Copy Markdown
MemberAuthor

PR #25252 merged instead.

@vstinnervstinner closed this Apr 7, 2021
@vstinner
vstinner deleted the py_funcs branch April 7, 2021 19:35
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