Skip to content

Comments

gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt()#108459

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:use_pylong_asint
Aug 24, 2023
Merged

gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt()#108459
vstinner merged 1 commit intopython:mainfrom
vstinner:use_pylong_asint

Conversation

@vstinner
Copy link
Member

@vstinner vstinner 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

@corona10 corona10 left a comment

Choose a reason for hiding this comment

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

lgtm!

@vstinner vstinner merged commit b32d4ca into python:main Aug 24, 2023
@vstinner vstinner deleted the use_pylong_asint branch August 24, 2023 23:01
@vstinner
Copy link
Member Author

Thanks for the review @corona10.

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