You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows does not provide `fileDescriptor` for file handles as it uses
HANDLEs underneath and it is not possible to provide a non-owning file
descriptor value. Make this contingent on testable imports and use the
internal `_isPlatformHandleValid` method to check instead.
0 commit comments