Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Lib/_pyio.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,6 @@ def write(self, b):
self._unsupported("write")

io.RawIOBase.register(RawIOBase)
from _io import FileIO
RawIOBase.register(FileIO)


class BufferedIOBase(IOBase):
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove import of C implementation of :class:`io.FileIO` from Python
implementation which has its own implementation
Loading