8000 gh-119506: fix `_io.TextIOWrapper.write()` write during flush by chgnrdv · Pull Request #119507 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119506: fix _io.TextIOWrapper.write() write during flush #119507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 3, 2024
Merged
Prev Previous commit
Next Next commit
Update 2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst
  • Loading branch information
chgnrdv authored May 24, 2024
commit 2e72b28e624703d67df5b74a8cdc070d625a60e3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix bug in :meth:`io.TextIOWrapper.write`, which caused :class:`io.TextIOWrapper` internal buffer to be rewritten during flushing of large data.
Fix bug in :meth:`~io.TextIOWrapper.write` method of :class:`io.TextIOWrapper`, which causes its internal buffer to be rewritten during flushing of large data.
0