Skip to content

Commit

Permalink
gh-115142: Skip test__xxsubinterpreters if _testinternalcapi
Browse files Browse the repository at this point in the history
…is not available (#116507)
  • Loading branch information
Eclips4 committed Mar 9, 2024
1 parent b4b4e76 commit b9cb855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test__xxsubinterpreters.py
Expand Up @@ -7,14 +7,14 @@
import threading
import unittest

import _testinternalcapi
from test import support
from test.support import import_helper
from test.support import os_helper
from test.support import script_helper


interpreters = import_helper.import_module('_xxsubinterpreters')
_testinternalcapi = import_helper.import_module('_testinternalcapi')
from _xxsubinterpreters import InterpreterNotFoundError


Expand Down

0 comments on commit b9cb855

Please sign in to comment.