mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix test_poll.py. By Christian Heimes.
This commit is contained in:
parent
3ed0acceee
commit
bdab7d3cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class PollTests(unittest.TestCase):
|
|||
p = select.poll()
|
||||
|
||||
NUM_PIPES = 12
|
||||
MSG = " This is a test."
|
||||
MSG = b" This is a test."
|
||||
MSG_LEN = len(MSG)
|
||||
readers = []
|
||||
writers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue