There was an error while loading. Please reload this page.
1 parent ebf6fa2 commit fe6b706Copy full SHA for fe6b706
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-08-01-09-52-23.gh-issue-154997.wcYpao.rst
@@ -0,0 +1,3 @@
1
+Fixed a crash in :mod:`io` buffered streams when ``detach()`` is called
2
+reentrantly during buffered operations. The affected operations now raise
3
+``ValueError`` instead of dereferencing a stale raw stream pointer.
0 commit comments