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.
V
Victor Stinner committed
520bddf79a06c06d7b293408a6e3cc119f808afb
Parent: edddf99