Bump pywin32 to 308.* (#12799)

This commit is contained in:
Avasam
2024-10-14 04:10:56 -04:00
committed by GitHub
parent cf9aa45d69
commit 4b5a7b09a4
7 changed files with 29 additions and 68 deletions

View File

@@ -1,9 +1,5 @@
# Not available at runtime. Contains type definitions that are otherwise not exposed
_win32typing
# The exchdapi hasn't been built in years https://github.com/mhammond/pywin32/pull/2374
win32com(ext)?.mapi._exchdapi
# Internal variable for deprecation message https://github.com/mhammond/pywin32/pull/2380
win32com.server.dispatcher.DispatcherWin32dbg_deprecation_message
# PyWin tool / debugger
pythonwin.start_pythonwin
@@ -51,10 +47,6 @@ win32com(ext)?.directsound.test.*
# It's safer to not even expose this method as deprecated.
(win32.)?win32gui.PyMakeBuffer
# failed to import, ImportError: circular import https://github.com/mhammond/pywin32/pull/2381
win32com.axscript.client.error
win32com.axscript.client.framework
# Axdebug is not built on Python 3.11 anyway: https://github.com/mhammond/pywin32/blob/main/setup.py#L398-L402
#
# failed to import, ImportError: DLL load failed while importing axdebug: The specified module could not be found.
@@ -71,5 +63,3 @@ win32com(ext)?.axdebug.stackframe
# failed to import, ImportError: cannot import name 'axdebug' from 'win32com.axdebug'
win32com(ext)?.axdebug.gateways
win32com(ext)?.axscript.client.debug
win32com(ext)?.axscript.client.error
win32com(ext)?.axscript.client.framework