Rewrite fileobject core to handle always create FileIO if needed, not just on Py2.
Keeping control this way simplifies and unifies the implementations. - Fix a concurrency bug in FileObjectPosix that we were hiding with buffering and a RuntimeError. - Add all the error checking the stdlib does, with a few exceptions that make sense. See #1441.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment