Sergei Chudov
Sergei Chudov
Hello! Generally speaking, judging by the documentation, [_FileInFile](https://github.com/python/cpython/blob/3.10/Lib/tarfile.py#L600) either must implement [fileno](https://docs.python.org/3/library/io.html#io.IOBase.fileno) and throw OSError. Or the BufferedReader should have a base [implementation](https://github.com/python/cpython/blob/3.10/Modules/_io/bufferedio.c#L598) and then it should throw OSError. At...
@zanieb Hi! Can I take it?
@charliermarsh Hi! Can I fix it?