mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #17919: add missing import of USHRT_MAX
This commit is contained in:
parent
8a1d1e647e
commit
e9b034b72d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
import os, select, random, unittest, sys
|
||||
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