]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 May 2025 15:57:58 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 15:57:58 +0000 (17:57 +0200)
commit17bf6ab0c1b4189dd5a201d952a00609800fbc19
tree7889f53778928393834a4f5ae0da73206e5b18f7
parentfade04e0f441be0ea3ec0ef99dd0af8113df9ed8
[3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437)

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]