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 c246d7f6b626ca645690477293d16f819f94e2c1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
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.
Fix bug in :meth:`!io.TextIOWrapper.write` method, which causes wrapper's internal buffer to be rewritten during flushing of large data.
0