]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private float C API functions (#108430)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 17:09:49 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 17:09:49 +0000 (19:09 +0200)
commitbbbe1faf7bc6860d4a628e204db944b81dfdbd73
treed347cf7841d2476b2d1321ab25db6dcf6aa131cc
parent773b803c02b25b58af0a64321fbe1c6bf45cba2b
gh-106320: Remove private float C API functions (#108430)

106320: Remove private float C API functions

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.
Include/internal/pycore_floatobject.h
Include/pystrtod.h