]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix function signatures in fileio.c (#125043)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Oct 2024 13:27:36 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 13:27:36 +0000 (15:27 +0200)
commitd8f707420b3b0975567e0d9cab60c978d6cb7111
tree775708fb929bf09e8b1a577cc9eb3451c29f138a
parent7487db4c7af629f0a81b2127a3ee0000a288cefc
gh-111178: Fix function signatures in fileio.c (#125043)

* Add "fileio_" prefix to getter functions.
* Small refactoring.
Modules/_io/fileio.c