We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e9afd commit e43c25fCopy full SHA for e43c25f
1 file changed
Misc/NEWS.d/next/Library/2026-01-08-19-56-40.gh-issue-143375.QCzA_8.rst
@@ -1,2 +1,3 @@
1
-Fix a crash in the ``seek`` method of :class:`~io.BufferedWriter` when
2
-passing an object with a specially crafted :meth:`~object.__index__`.
+Fix a crash in the ``seek`` method of :class:`~io.BufferedWriter`,
+:class:`~io.BufferedReader` and :class:`~io.BufferedRandom` when the
3
+stream is concurrently closed.
0 commit comments