Skip to content

Commit cdb8bf4

Browse files
Fix test_os
1 parent ad5e3b6 commit cdb8bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_os.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
except (ImportError, AttributeError):
5757
all_users = []
5858
try:
59+
import _testcapi
5960
from _testcapi import INT_MAX, PY_SSIZE_T_MAX
6061
except ImportError:
6162
_testcapi = None

0 commit comments

Comments
 (0)