Skip to content

bpo-46670: Remove unused macros in ceval.c #31196

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

Merged
merged 1 commit into from
Feb 7, 2022
Merged

bpo-46670: Remove unused macros in ceval.c #31196

merged 1 commit into from
Feb 7, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Feb 7, 2022

Remove CHECKEXC() and EXT_POP() macros.

https://bugs.python.org/issue46670

Remove CHECKEXC() and EXT_POP() macros.
@markshannon
Copy link
Member

Thanks

@vstinner vstinner deleted the unused_macros_ceval branch February 7, 2022 15:19
@vstinner
Copy link
Member Author

vstinner commented Feb 7, 2022

@markshannon: There is also FOURTH(): `PEEK(-4) is now preferred. And another one that I forgot (oops). But I was too shy to remove these ones :-D They can be removed later.

@vstinner
Copy link
Member Author

vstinner commented Feb 7, 2022

Thanks

The CHECKEXC macro was a hack, it's good that it's gone :-)

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.

4 participants