Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite99c507

Browse files
authored
gh-92584: Remove references to removed _bootsubprocess (#99062)
The _bootsubprocess module was removed ingh-93939by commit81dca70.
1 parent00b6745 commite99c507

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

‎Lib/_aix_support.py‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
"""Shared AIX support functions."""
22

3+
importsubprocess
34
importsys
45
importsysconfig
56

6-
try:
7-
importsubprocess
8-
exceptImportError:# 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_bootsubprocessassubprocess
12-
137

148
def_aix_tag(vrtl,bd):
159
# type: (List[int], int) -> str

‎Tools/wasm/wasm_assets.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"xdrlib.py",
5151
# other platforms
5252
"_aix_support.py",
53-
"_bootsubprocess.py",
5453
"_osx_support.py",
5554
# webbrowser
5655
"antigravity.py",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp