Skip to content

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")

Loading
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