]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-62184: Remove _pyio import of _io.FileIO (gh-134192)
authorCody Maloney <cmaloney@users.noreply.github.com>
Wed, 21 May 2025 15:29:18 +0000 (11:29 -0400)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 15:29:18 +0000 (17:29 +0200)
commit0a68068bd2a5bff98998067a141b17af5be9b750
treec482476975eb5d55b91ffadc28b3b1b05cb39f75
parent5b0e82752120a5dc66ce6ee778751d71ba2c33b2
gh-62184: Remove _pyio import of _io.FileIO (gh-134192)

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.
Lib/_pyio.py
Misc/NEWS.d/next/Library/2025-05-18-12-48-39.gh-issue-62184.y11l10.rst [new file with mode: 0644]