gh-106320: Remove private float C API functions by vstinner · Pull Request #108430 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Remove private C API functions:
- _Py_parse_inf_or_nan()
- _Py_string_to_number_with_underscores()
Move these functions to the internal C API and no longer export them.
Remove private C API functions: * _Py_parse_inf_or_nan() * _Py_string_to_number_with_underscores() Move these functions to the internal C API and no longer export them.
vstinner
added
the
skip news
label
bedevere-bot
added
the
awaiting core review
label
vstinner
changed the title
106320: Remove private float C API functions
gh-106320: Remove private float C API functions
bedevere-bot
mentioned this pull request
vstinner
merged commit
bbbe1fa
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
pycore_float
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment