Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 7, 2021

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
Member Author

vstinner commented Apr 7, 2021

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

@vstinner
Copy link
Member Author

vstinner commented Apr 7, 2021

PR #25252 merged instead.

@vstinner vstinner closed this Apr 7, 2021
@vstinner vstinner deleted the py_funcs branch April 7, 2021 19:35
Sign up for free to 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