-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 IO::FileDescriptor.new
for closed fd
#14697
Fix IO::FileDescriptor.new
for closed fd
#14697
Conversation
Oh, the spec fails on Windows:
|
The issue was that |
AFAIK we don't call |
|
Skips any operations for detecting/setting blocking mode in
IO::FileDescriptor.new
when the file descriptor is closed. In this case it doesn't matter anyway.Resolves #14569