]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-62948: IOBase finalizer logs close() errors (#105104)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 11:41:19 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 11:41:19 +0000 (11:41 +0000)
commit58a2e0981642dcddf49daa776ff68a43d3498cee
tree3dd438b025dc884fecf9f850f19eda79d4fa9f8f
parent85e5d03163cac106ac8ec142ef03f1349a48948b
gh-62948: IOBase finalizer logs close() errors (#105104)
Doc/whatsnew/3.13.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2023-05-30-18-45-02.gh-issue-62948.1-5wMR.rst [new file with mode: 0644]
Modules/_io/iobase.c