mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +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()
|
p = select.poll()
|
||||||
|
|
||||||
NUM_PIPES = 12
|
NUM_PIPES = 12
|
||||||
MSG = " This is a test."
|
MSG = b" This is a test."
|
||||||
MSG_LEN = len(MSG)
|
MSG_LEN = len(MSG)
|
||||||
readers = []
|
readers = []
|
||||||
writers = []
|
writers = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue