]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71253: Match _io exception in _pyio (gh-133985)
authorCody Maloney <cmaloney@users.noreply.github.com>
Wed, 21 May 2025 14:45:00 +0000 (10:45 -0400)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 14:45:00 +0000 (16:45 +0200)
commit06eaf4055c1d7359e129efb65b94f34d2ec51a57
treec5ad38b8626d0f0bc8499672c881587bffb2a572
parent84d5f8d799dbbf86248375b6edbbcf4a022788c4
gh-71253: Match _io exception in _pyio (gh-133985)

Test was only testing _io, expanded to cover _pyio.

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2025-05-13-18-21-59.gh-issue-71253.-3Sf_K.rst [new file with mode: 0644]