gh-106320: Remove private _PyLong_FileDescriptor_Converter() by vstinner · Pull Request #108503 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
Move the private _PyLong converter functions to the internal C API
- _PyLong_FileDescriptor_Converter(): moved to pycore_fileutils.h
- _PyLong_Size_t_Converter(): moved to pycore_long.h
Argument Clinic now emits includes for pycore_fileutils.h and pycore_long.h when these functions are used.
Move the private _PyLong converter functions to the internal C API * _PyLong_FileDescriptor_Converter(): moved to pycore_fileutils.h * _PyLong_Size_t_Converter(): moved to pycore_long.h Argument Clinic now emits includes for pycore_fileutils.h and pycore_long.h when these functions are used.
vstinner
added
the
skip news
label
vstinner
requested review from
AlexWaygood and
erlend-aasland
as code owners
bedevere-bot
added
the
awaiting core review
label
bedevere-bot
mentioned this pull request
vstinner
merged commit
6353c21
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
remove_long_converter2
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment