]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153296: Fix thread-safety data race in io.StringIO iterator (#153368)
authorRishit Agnihotri <67520802+Twix1288@users.noreply.github.com>
Sat, 25 Jul 2026 08:35:25 +0000 (01:35 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2026 08:35:25 +0000 (14:05 +0530)
commitbff005123119d5a010774f5dc9a181029024c2ac
tree2a7b5821ff8ee0e084a4336e77308e84025d7698
parente31d30266f33198d92e5adbbc055f6595555726d
gh-153296: Fix thread-safety data race in io.StringIO iterator (#153368)
Misc/NEWS.d/next/Library/2026-07-08-15-26-00.gh-issue-153296.Twix12.rst [new file with mode: 0644]
Modules/_io/stringio.c