Issue #23752: When built from an existing file descriptor, io.FileIO() now only
calls fstat() once. Before fstat() was called twice, which was not necessary.
Showing
Please register or sign in to comment
calls fstat() once. Before fstat() was called twice, which was not necessary.