We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b6745 commit e99c507Copy full SHA for e99c507
Lib/_aix_support.py
@@ -1,15 +1,9 @@
1
"""Shared AIX support functions."""
2
3
+import subprocess
4
import sys
5
import sysconfig
6
-try:
7
- import subprocess
8
-except ImportError: # pragma: no cover
9
- # _aix_support is used in distutils by setup.py to build C extensions,
10
- # before subprocess dependencies like _posixsubprocess are available.
11
- import _bootsubprocess as subprocess
12
-
13
14
def _aix_tag(vrtl, bd):
15
# type: (List[int], int) -> str
Tools/wasm/wasm_assets.py
@@ -50,7 +50,6 @@
50
"xdrlib.py",
51
# other platforms
52
"_aix_support.py",
53
- "_bootsubprocess.py",
54
"_osx_support.py",
55
# webbrowser
56
"antigravity.py",
0 commit comments