mirror of https://github.com/python/cpython
Import USHRT_MAX to fix failing test_devpool test
This commit is contained in:
parent
720c7e28cb
commit
21ebbb2777
|
@ -8,6 +8,7 @@ import select
|
|||
import sys
|
||||
import unittest
|
||||
from test.support import TESTFN, run_unittest
|
||||
from _testcapi import USHRT_MAX
|
||||
|
||||
try:
|
||||
select.devpoll
|
||||
|
|
Loading…
Reference in New Issue