mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Import USHRT_MAX to fix failing test_devpool test
This commit is contained in:
parent
720c7e28cb
commit
21ebbb2777
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue