summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-11-03 17:12:45 (GMT)
committerGitHub <noreply@github.com>2022-11-03 17:12:45 (GMT)
commite99c5070132c13de41eeafa28307cc7b394e0958 (patch)
tree9af8bba96f12b49cf8ab03e8dfa8f42d5380e67d /Tools
parent00b6745f16f8d1ffe8a9974677dbf00657a06805 (diff)
downloadcpython-e99c5070132c13de41eeafa28307cc7b394e0958.zip
cpython-e99c5070132c13de41eeafa28307cc7b394e0958.tar.gz
cpython-e99c5070132c13de41eeafa28307cc7b394e0958.tar.bz2
gh-92584: Remove references to removed _bootsubprocess (#99062)
The _bootsubprocess module was removed in gh-93939 by commit 81dca70d704d0834d8c30580e648a973250b2973.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/wasm/wasm_assets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py
index 98a2841..103f0d6 100755
--- a/Tools/wasm/wasm_assets.py
+++ b/Tools/wasm/wasm_assets.py
@@ -50,7 +50,6 @@ OMIT_FILES = (
"xdrlib.py",
# other platforms
"_aix_support.py",
- "_bootsubprocess.py",
"_osx_support.py",
# webbrowser
"antigravity.py",