]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 02:36:50 +0000 (04:36 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 02:36:50 +0000 (02:36 +0000)
commit8d8bf0b5140a7e5bd1cba7c66694cf44cdf6d0a9
tree16189d19013558ce0459521180a818d92dcf8587
parent15c5a50797020944e9ccb72bf3e28c3cca2e35c3
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)

The remove private _Py_UniversalNewlineFgetsWithSize() function from
the public C API: move it the internal C API (pycore_fileutils.h).
No longer export the function.
Include/cpython/fileobject.h
Include/internal/pycore_fileutils.h