gh-92584: Remove references to removed _bootsubprocess (#99062)

The _bootsubprocess module was removed in gh-93939
by commit 81dca70d70.
This commit is contained in:
Victor Stinner 2022-11-03 18:12:45 +01:00 committed by GitHub
parent 00b6745f16
commit e99c507013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View file

@ -50,7 +50,6 @@ OMIT_FILES = (
"xdrlib.py",
# other platforms
"_aix_support.py",
"_bootsubprocess.py",
"_osx_support.py",
# webbrowser
"antigravity.py",