Skip to content

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