Skip to content

gh-120733: rename internal compiler functions according to naming convention#120734

Merged
iritkatriel merged 1 commit intopython:mainfrom
iritkatriel:compiler_naming
Jun 19, 2024
Merged

gh-120733: rename internal compiler functions according to naming convention#120734
iritkatriel merged 1 commit intopython:mainfrom
iritkatriel:compiler_naming

Conversation

@iritkatriel
Copy link
Copy Markdown
Member

@iritkatriel iritkatriel commented Jun 19, 2024

The naming convention is that compiler_visit_* are functions that interact with the VISIT_* macros.

Also, we don't need visit_expr1.

Fixes #120733 .

@iritkatriel iritkatriel merged commit eaaf699 into python:main Jun 19, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this pull request Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
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.

some internal compiler functions don't follow the naming convention

2 participants