-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-140650: fix SystemError in io.BufferedWriter.close when closed errors #140653
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
dacd3c1
409b9a9
0e5bed9
61122b1
096c2a3
6e70bfe
e405525
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Fix an issue where closing :class:`io.BufferedWriter` could crash | ||
| if the closed attribute raised an exception. | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.