]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 3 Nov 2022 03:03:12 +0000 (06:03 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 03:03:12 +0000 (12:03 +0900)
commit2cfcaf5af602b297fc90086de4d8ac980c7891e2
tree530ba8bd333f6199f161af18a7f1d2d8ed569ffd
parent26720fffd090929fd2058b73e5970cc520b30aef
gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2022-11-02-18-27-13.gh-issue-98999.Ai2KDh.rst [new file with mode: 0644]