Spurious typecheck failure when passing Gzipfile
instance to tarfile.open
#13135
Labels
topic: io
I/O related issues
Gzipfile
instance to tarfile.open
#13135
Due to #2580, the following code reports a typechecking error:
The comments on #2580 suggested that
tarfile.open
should be migrated over to protocol checking instead, but I'm not sure what that actually looks like forIO[bytes]
.The text was updated successfully, but these errors were encountered: