Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Aug 24, 2023

Change generated by the command:

sed -i -e 's!_PyLong_AsInt!PyLong_AsInt!g' \ $(find -name "*.c" -o -name "*.h") 

Change generated by the command: sed -i -e 's!_PyLong_AsInt!PyLong_AsInt!g' \ $(find -name "*.c" -o -name "*.h")
Copy link
Member

@corona10corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@vstinnervstinner merged commit b32d4ca into python:mainAug 24, 2023
@vstinnervstinner deleted the use_pylong_asint branch August 24, 2023 23:01
@vstinner
Copy link
MemberAuthor

Thanks for the review @corona10.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@corona10@bedevere-bot