Skip to content

Commit

Permalink
Remove _msi in 3.13 (#12659)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto authored Sep 14, 2024
1 parent 53d4877 commit 9e78776
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev

Expand Down
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev

Expand Down
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/darwin-py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ webbrowser.MacOSX.__init__

# Doesn't exist on macos:
spwd
_msi
msilib(.[a-z]+)?
ossaudiodev
1 change: 0 additions & 1 deletion stdlib/@tests/stubtest_allowlists/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ _ctypes.dlsym
# ==========

# Modules that do not exist on macos systems
_msi
_winapi
asyncio.windows_events
asyncio.windows_utils
Expand Down
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py310.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py311.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py312.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
select.epoll.register

# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 1 addition & 0 deletions stdlib/@tests/stubtest_allowlists/linux-py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
select.epoll.register

# doesn't exist on linux
_msi
msilib(.[a-z]+)?
1 change: 0 additions & 1 deletion stdlib/@tests/stubtest_allowlists/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ _ctypes.dlsym
# ==========

# Modules that do not exist on Linux systems
_msi
_winapi
asyncio.windows_events
asyncio.windows_utils
Expand Down
1 change: 0 additions & 1 deletion stdlib/@tests/stubtest_allowlists/win32-py313.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# New in py313 (triage these!)
_msi
_winapi.BatchedWaitForMultipleObjects
_winapi.CreateEventW
_winapi.CreateMutexW
Expand Down
2 changes: 1 addition & 1 deletion stdlib/VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ _json: 3.0-
_locale: 3.0-
_lsprof: 3.0-
_markupbase: 3.0-
_msi: 3.0-
_msi: 3.0-3.12
_operator: 3.4-
_osx_support: 3.0-
_posixsubprocess: 3.2-
Expand Down

0 comments on commit 9e78776

Please sign in to comment.