Skip to content
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

Fix Exception in OutStream.close() #1076

Merged
merged 1 commit into from
Jan 13, 2023
Merged

Fix Exception in OutStream.close() #1076

merged 1 commit into from
Jan 13, 2023

Conversation

ilyasher
Copy link
Contributor

@ilyasher ilyasher commented Jan 13, 2023

This bug fixes an Exception which was thrown
in OutStream.close() whenever the OutStream was
constructed with watchfd=False.

closes #867

A regression test was also added to test_io.py.

This bug fixes an Exception which was thrown
in OutStream.close() whenever the OutStream was
constructed with watchfd=False.

A regression test was also added to test_io.py.
@minrk minrk added the bug label Jan 13, 2023
@minrk minrk merged commit 203ee2b into ipython:main Jan 13, 2023
@minrk
Copy link
Member

minrk commented Jan 13, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OutStream.close raises if watchfd=False
2 participants