We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70aef9 commit e66d2fbCopy full SHA for e66d2fb
1 file changed
Misc/NEWS.d/next/Library/2026-06-18-12-48-03.gh-issue-151640.rst
@@ -0,0 +1,3 @@
1
+Fix a data race in :class:`io.BytesIO` in free-threaded builds when
2
+whole-buffer reads or :meth:`~io.BytesIO.getvalue` share the internal buffer
3
+with concurrent writes.
0 commit comments