]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 May 2025 15:55:55 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 15:55:55 +0000 (17:55 +0200)
commit2d11f3e1545e8c2f32b6d01cc0f6ddb58983dd74
treea07df5141265162700b954a4dd1f32b284a45412
parente1e8533a5d2ded9ba14e6129abf0fad8305def75
[3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134436)

This was added in the add of `_io`, isn't used since bpo-21859 when a
`_pyio` implementation was added which defines `FileIO` lower down in
the file.
(cherry picked from commit 0a68068bd2a5bff98998067a141b17af5be9b750)

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Lib/_pyio.py
Misc/NEWS.d/next/Library/2025-05-18-12-48-39.gh-issue-62184.y11l10.rst [new file with mode: 0644]