diff options
-rw-r--r-- | Lib/test/test_io.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index 746f59b..663db96 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -2890,6 +2890,7 @@ def _to_memoryview(buf): arr.frombytes(buf[:idx]) return memoryview(arr) + class CTextIOWrapperTest(TextIOWrapperTest): io = io shutdown_error = "RuntimeError: could not find io module state" |