mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-115142: Skip `test__xxsubinterpreters if _testinternalcapi` is not available (#116507)
This commit is contained in:
parent
b4b4e764a7
commit
b9cb855621
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
|||
import threading
|
||||
import unittest
|
||||
|
||||
import _testinternalcapi
|
||||
from test import support
|
||||
from test.support import import_helper
|
||||
from test.support import os_helper
|
||||
|
|
@ -15,6 +14,7 @@
|
|||
|
||||
|
||||
interpreters = import_helper.import_module('_xxsubinterpreters')
|
||||
_testinternalcapi = import_helper.import_module('_testinternalcapi')
|
||||
from _xxsubinterpreters import InterpreterNotFoundError
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue