mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
add space
This commit is contained in:
parent
994c7f76a3
commit
6fd113c26c
1 changed files with 1 additions and 0 deletions
|
@ -2890,6 +2890,7 @@ def _to_memoryview(buf):
|
||||||
arr.frombytes(buf[:idx])
|
arr.frombytes(buf[:idx])
|
||||||
return memoryview(arr)
|
return memoryview(arr)
|
||||||
|
|
||||||
|
|
||||||
class CTextIOWrapperTest(TextIOWrapperTest):
|
class CTextIOWrapperTest(TextIOWrapperTest):
|
||||||
io = io
|
io = io
|
||||||
shutdown_error = "RuntimeError: could not find io module state"
|
shutdown_error = "RuntimeError: could not find io module state"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue