Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-85393: Handle partial and blocking .write in TextIOWrapper#134467
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Also improves non-blocking support (pythongh-57531) and unbuffered support (pythongh-61606)
696abe7
to4173474
CompareI'm at the PyConUS sprints, would appreciate a high-level review / if the approach I took here looks like what you expect. In particular I tried to keep behavior around all the unexpected potential return values from cc:@vstinner,@serhiy-storchaka (commented on the underlying issue, but also was quite a while ago. If there's better experts or someone more appropriate let me know) |
Uh oh!
There was an error while loading.Please reload this page.
Also improves non-blocking support (gh-57531) and unbuffered support (gh-61606)
While behavior doesn't (generally) change it adds alot of new warnings so I feel this is more of a feature (support non-blocking and unbuffered!) than a bugfix.
TODO before non-Draft